mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-06-01 12:54:26 -04:00
remove unnecessary escaping
This commit is contained in:
parent
60dd91024d
commit
e32083f8cf
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ http {
|
|||
return 301 https://grapheneos.org/articles/grapheneos-servers#matrix.grapheneos.org;
|
||||
}
|
||||
|
||||
location ~ ^(\/_matrix|\/_synapse\/client) {
|
||||
location ~ ^(/_matrix|/_synapse/client) {
|
||||
proxy_hide_header Content-Security-Policy;
|
||||
proxy_hide_header X-Frame-Options;
|
||||
include snippets/security-headers.conf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue