[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:x2gohtmlclient
wiki-admin at x2go.org
wiki-admin at x2go.org
Fri Dec 31 20:20:17 CET 2021
A page in your DokuWiki was added or changed. Here are the details:
Browser : Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0
IP Address : 137.26.240.242
Hostname : 137-026-240-242.biz.spectrum.com
Old Revision : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient?rev=1640976897
New Revision : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Date of New Revision: 2021/12/31 19:20
Edit Summary : Fix syntax error in NGINX configuration
User : mikep
There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.
@@ -91,9 +91,9 @@
proxy_read_timeout 300;
location /assets/ {
add_header Strict-Transport-Security "max-age=31536000";
- add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' data: blob: ws: wss:; script-src 'self' 'unsafe-inline'
+ add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' data: blob: ws: wss:; script-src 'self' 'unsafe-inline'";
add_header Feature-Policy "vibrate 'none' ; microphone 'none' ; camera 'none' ; gyroscope 'none' ; magnetometer 'none' ; geolocation 'none' ; midi 'self' ; notifications 'self' ; push 'self' ; sync-xhr 'self'";
add_header Referrer-Policy "same-origin";
add_header X-Content-Type-Options "nosniff";
add_header X-Frame-Options "SAMEORIGIN";
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list