Skip to content
Snippets Groups Projects
Commit dba38a0e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

allow underscores in header

parent 01c4e71e
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ http {
'' "default-src 'self'; script-src 'self'; script-src-elem 'self'; script-src-attr 'self'; style-src 'self'; style-src-elem 'self'; style-src-attr 'self'; img-src 'self' data:; font-src 'self'; connect-src 'self'; frame-src 'self'; frame-ancestors 'self' https://scripts.zdv.uni-mainz.de; form-action 'self' metager.org metager.de";
}
underscores_in_headers "on";
add_header "X-Frame-Options" "sameorigin";
add_header "X-Content-Type-Options" "nosniff";
add_header "ReferrerPolicy" "origin";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment