Skip to content

Commit 7958390

Browse files
committed
Merge pull request #222 from mattbrictson/patch-1
Remove ensure_security_headers for 3.x upgrade
2 parents 180d6fa + c15cb32 commit 7958390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upgrading-to-3-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Migrating to 3.x from <= 2.x
2020
1. Convert all instances of `self`/`none`/`eval`/`inline` to the corresponding values in the above table.
2121
1. Convert all CSP space-delimited directives to an array of strings.
2222
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).
2324

2425
Everything is terrible, why should I upgrade?
2526
==

0 commit comments

Comments
 (0)