mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Remove CSP in nginx config
This commit is contained in:
parent
d538b0f903
commit
0309665262
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ location __PATH__ {
|
|||
# used for view/edit office file via Office Online Server
|
||||
client_max_body_size 0;
|
||||
|
||||
# Allow seafile to use 'eval' without blocking the execution. But keep a warning.
|
||||
add_header Content-Security-Policy-Report-Only "script-src https: 'unsafe-eval'";
|
||||
|
||||
access_log /var/log/nginx/seahub.access.log;
|
||||
error_log /var/log/nginx/seahub.error.log;
|
||||
|
||||
|
|
Loading…
Reference in a new issue