We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 180d6fa + c15cb32 commit 7958390Copy full SHA for 7958390
upgrading-to-3-0.md
@@ -20,6 +20,7 @@ Migrating to 3.x from <= 2.x
20
1. Convert all instances of `self`/`none`/`eval`/`inline` to the corresponding values in the above table.
21
1. Convert all CSP space-delimited directives to an array of strings.
22
1. Convert all `enforce: true|false` to `report_only: true|false`.
23
+1. Remove `ensure_security_headers` from controllers (3.x uses a middleware instead).
24
25
Everything is terrible, why should I upgrade?
26
==
0 commit comments