|
|
@ -23,7 +23,7 @@ server { |
|
|
|
add_header Referrer-Policy "no-referrer-when-downgrade"; |
|
|
|
add_header Referrer-Policy "no-referrer-when-downgrade"; |
|
|
|
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; |
|
|
|
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; |
|
|
|
add_header Content-Security-Policy "upgrade-insecure-requests"; |
|
|
|
add_header Content-Security-Policy "upgrade-insecure-requests"; |
|
|
|
add_header Permissions-Policy "geolocation=(self);midi=();notifications=(self);push=(self);sync-xhr=(self);microphone=(self);camera=(self);magnetometer=();gyroscope=(self);speaker=(self);vibrate=(self);fullscreen=(self);payment=()"; |
|
|
|
add_header Permissions-Policy "geolocation=(self);midi=();notifications=(self);push=(self);sync-xhr=(self);microphone=(self);camera=(self);magnetometer=();gyroscope=(self);speaker=(self);vibrate=(self);fullscreen=(self);payment=();interest-cohort=()"; |
|
|
|
|
|
|
|
|
|
|
|
charset utf-8; |
|
|
|
charset utf-8; |
|
|
|
charset_types text/css text/plain text/vnd.wap.wml text/javascript text/markdown text/calendar text/x-component text/vcard text/cache-manifest text/vtt application/json application/manifest+json; |
|
|
|
charset_types text/css text/plain text/vnd.wap.wml text/javascript text/markdown text/calendar text/x-component text/vcard text/cache-manifest text/vtt application/json application/manifest+json; |
|
|
|