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

fix add-header

more_set_headers need to be used according to : https://ci-apps-dev.yunohost.org/ci/job/7400
This commit is contained in:
lapineige 2023-05-26 15:25:25 +02:00 committed by GitHub
parent cf337c6236
commit 919a7181d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,5 +37,5 @@ location / {
}
location ~ ^/media {
add_header Content-Security-Policy "script-src 'none';";
more_set_headers Content-Security-Policy "script-src 'none';";
}