Skip to content

Commit 90ac658

Browse files
committed
Add last missing SecureHeaders namespace fix for OPT_OUT
I missed this in #361 but didn't notice until _after_ it was merged.
1 parent 1e369a6 commit 90ac658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrading-to-4-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config.cookies = {
1515
}
1616

1717
# nuclear option, just make things work again
18-
config.cookies = OPT_OUT
18+
config.cookies = SecureHeaders::OPT_OUT
1919
```
2020

2121
## script_src must be set

0 commit comments

Comments
 (0)