mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Removes Content-Security-Policy-Report-Only header
This commit is contained in:
parent
0a71e879e7
commit
8691deee68
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ header_filter_by_lua_block {
|
|||
ngx.header["Content-Security-Policy"] = "upgrade-insecure-requests"
|
||||
end
|
||||
}
|
||||
more_set_headers "Content-Security-Policy-Report-Only : default-src https: data: blob: ; object-src https: data: 'unsafe-inline'; style-src https: data: 'unsafe-inline' ; script-src https: data: 'unsafe-inline' 'unsafe-eval'";
|
||||
{% endif %}
|
||||
|
||||
# Disable the disaster privacy thing that is FLoC
|
||||
|
|
Loading…
Add table
Reference in a new issue