azkaban / azkaban-plugins

Plugins for Azkaban.
https://azkaban.github.io
Apache License 2.0
130 stars 178 forks source link

Revert "Introduce HTML viewer to display html file on azkaban" #282

Closed burgerkingeater closed 6 years ago

burgerkingeater commented 6 years ago

Reverts azkaban/azkaban-plugins#280

Showing HTML based user content in a browser as HTML has security implications. e.g it may introduce additional cross site scripting vulnerability if not done properly. We need to block JavaScript execution before merging the change.