diff --git a/lib/common/options.js b/lib/common/options.js index 614aa5ca10..296748492c 100755 --- a/lib/common/options.js +++ b/lib/common/options.js @@ -87,7 +87,7 @@ Options.from = function (_options) { if (!isPureObject(options.loadingIndicator)) { options.loadingIndicator = { name: options.loadingIndicator } } - + // Apply default hash to CSP option if (options.render.csp === true) { options.render.csp = { hashAlgorithm: 'sha256' }