Skip to content
Snippets Groups Projects
Commit a7bc4e73 authored by nimrod's avatar nimrod
Browse files

Add Expect-CT header.

parent 7d6f2072
Branches
No related tags found
No related merge requests found
Pipeline #198 passed
...@@ -19,6 +19,7 @@ server { ...@@ -19,6 +19,7 @@ server {
# Copied from snippetes/ssl.conf. # Copied from snippetes/ssl.conf.
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header Expect-CT "max-age=86400, enforce, report-uri=\"https://www.shore.co.il/about\"";
include snippets/common-headers.conf; include snippets/common-headers.conf;
ssl_certificate /var/ssl/mail.crt; ssl_certificate /var/ssl/mail.crt;
ssl_certificate_key /var/ssl/mail.key; ssl_certificate_key /var/ssl/mail.key;
......
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header Expect-CT "max-age=86400, enforce, report-uri=\"https://www.shore.co.il/about\"";
include snippets/common-headers.conf; include snippets/common-headers.conf;
ssl_certificate /var/ssl/site.crt; ssl_certificate /var/ssl/site.crt;
ssl_certificate_key /var/ssl/site.key; ssl_certificate_key /var/ssl/site.key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment