Skip to content
Snippets Groups Projects
Verified Commit 5dcf382d authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added missing service-worker header

parent bc0526ba
No related branches found
No related tags found
No related merge requests found
Pipeline #9270 passed with stages
in 6 minutes and 13 seconds
......@@ -80,6 +80,7 @@ server {
expires 30d;
add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
add_header Service-Worker-Allowed "/";
}
location /federation/ {
......
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