Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
feld (feld@bikeshed.party)'s status on Saturday, 27-May-2023 01:25:00 JSTfeld If you use Varnish:
sub vcl_backend_response {
if (bereq.url ~ "^/proxy/") {
set beresp.http.Content-Security-Policy = "sandbox";
}
}
Also clear your MediaProxy cache, because serving the cached variant will have the old header without the CSP rule