remove redundant CSP directives which effectively default to the same value

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-08-15 19:50:01 +00:00
parent 43300ea41e
commit c3f00f4d15

View file

@ -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'",