Skip to content

Commit

Permalink
Fixed typo (#4153)
Browse files Browse the repository at this point in the history
fobiddem -> forbidden
  • Loading branch information
StrawHatHacker authored Feb 28, 2022
1 parent 390689b commit 0731240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/13-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default config;

When pages are prerendered, the CSP header is added via a `<meta http-equiv>` tag (note that in this case, `frame-ancestors`, `report-uri` and `sandbox` directives will be ignored).

> When `mode` is `'auto'`, SvelteKit will use nonces for dynamically rendered pages and hashes for prerendered pages. Using nonces with prerendered pages is insecure and therefore forbiddem.
> When `mode` is `'auto'`, SvelteKit will use nonces for dynamically rendered pages and hashes for prerendered pages. Using nonces with prerendered pages is insecure and therefore forbidden.
### files

Expand Down

0 comments on commit 0731240

Please sign in to comment.