Skip to content
Snippets Groups Projects
Commit 21294ecb authored by Mateusz Charytoniuk's avatar Mateusz Charytoniuk
Browse files

fix: security policy headers for media

parent 41e11a84
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ a:active,
.primary-navigation a {
padding: 20px 20px;
text-decoration: none;
white-space: nowrap;
}
.primary-navigation a.active {
......
......@@ -44,6 +44,7 @@ final readonly class SecurityPolicyHeaders
"frame-ancestors 'none'",
"manifest-src 'self'",
"img-src 'self'",
"media-src 'self'",
"object-src 'none'",
"script-src 'self'",
"style-src 'self' ".$this->getHeaderNonce($request),
......
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