remove redundant CSP directives which effectively default to the same value
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
43300ea41e
commit
c3f00f4d15
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ use crate::{request, router};
|
|||
const CONDUWUIT_CSP: &[&str] = &[
|
||||
"sandbox",
|
||||
"default-src 'none'",
|
||||
"font-src 'none'",
|
||||
"script-src 'none'",
|
||||
"frame-ancestors 'none'",
|
||||
"form-action 'none'",
|
||||
"base-uri 'none'",
|
||||
|
|
Loading…
Add table
Reference in a new issue