mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
Lint
This commit is contained in:
parent
9a3bfdc998
commit
063448fe2a
@ -87,7 +87,7 @@ Options.from = function (_options) {
|
|||||||
if (!isPureObject(options.loadingIndicator)) {
|
if (!isPureObject(options.loadingIndicator)) {
|
||||||
options.loadingIndicator = { name: options.loadingIndicator }
|
options.loadingIndicator = { name: options.loadingIndicator }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Apply default hash to CSP option
|
// Apply default hash to CSP option
|
||||||
if (options.render.csp === true) {
|
if (options.render.csp === true) {
|
||||||
options.render.csp = { hashAlgorithm: 'sha256' }
|
options.render.csp = { hashAlgorithm: 'sha256' }
|
||||||
|
Loading…
Reference in New Issue
Block a user