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:
parent
cf337c6236
commit
919a7181d2
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ location / {
|
|||
}
|
||||
|
||||
location ~ ^/media {
|
||||
add_header Content-Security-Policy "script-src 'none';";
|
||||
more_set_headers Content-Security-Policy "script-src 'none';";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue