1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

Merge branch 'master' into testing

This commit is contained in:
lapineige 2023-06-10 13:53:45 +02:00 committed by GitHub
commit ed9ea1ad59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,4 +51,7 @@ location ~ ^/(media|proxy) {
more_set_headers "Content-Security-Policy : script-src 'none'; default-src 'none'; upgrade-insecure-requests; base-uri 'none'; form-action 'none'; 'sandbox';";
proxy_pass http://localhost:__PORT__;
=======
location ~ ^/(proxy|media) {
more_set_headers "Content-Security-Policy : default-src 'none'; upgrade-insecure-requests; sandbox;";
}