mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2025-02-25 13:21:08 -05:00
Compare commits
6 Commits
7a2adac1d6
...
06f63c3c9b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
06f63c3c9b | ||
![]() |
c58483e28a | ||
![]() |
0ed328280e | ||
![]() |
61f3a4c088 | ||
![]() |
3d036d96e8 | ||
![]() |
ae61091364 |
@ -11,7 +11,9 @@ server {
|
||||
server_name element.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
|
@ -11,7 +11,9 @@ server {
|
||||
server_name invite.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
|
@ -12,6 +12,9 @@ server {
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
# enable for ldap auth, fill in ldap details in ldap.conf
|
||||
|
@ -15,13 +15,10 @@ ssl_dhparam /config/nginx/dhparams.pem;
|
||||
|
||||
# intermediate configuration
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256;
|
||||
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
|
||||
ssl_prefer_server_ciphers on;
|
||||
ssl_conf_command Options PrioritizeChaCha;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
|
||||
# OCSP stapling
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
@ -35,7 +32,7 @@ add_header Content-Security-Policy "default-src 'none'; connect-src * https:; fo
|
||||
add_header Permissions-Policy "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), sync-xhr=(), xr-spatial-tracking=()";
|
||||
add_header Referrer-Policy "same-origin" always;
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
#add_header X-UA-Compatible "IE=Edge" always;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
add_header X-XSS-Protection "0" always;
|
||||
add_header Cross-Origin-Resource-Policy cross-origin;
|
||||
add_header Cross-Origin-Opener-Policy same-origin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user