add comment about an entropy increasing inlineJavaScript option

This commit is contained in:
Max Mikhailov
2018-05-29 08:04:59 +00:00
committed by GitHub
parent 52f63842cb
commit c93c854d64

View File

@@ -43,6 +43,7 @@ module.exports = function(window, options) {
options.onReady = true;
}
// TODO: deprecate and remove 'inlineJavaScript' thing - where it came from at all?
options.javascriptEnabled = (options.javascriptEnabled || options.inlineJavaScript) ? true : false;
};