Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
web-proxy-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
shore
web-proxy-docker
Commits
a7bc4e73
Commit
a7bc4e73
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Add Expect-CT header.
parent
7d6f2072
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#198
passed
4 years ago
Stage: test
Stage: build
Stage: run
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf.d/mail.shore.co.il.conf
+1
-0
1 addition, 0 deletions
conf.d/mail.shore.co.il.conf
snippets/ssl.conf
+1
-0
1 addition, 0 deletions
snippets/ssl.conf
with
2 additions
and
0 deletions
conf.d/mail.shore.co.il.conf
+
1
−
0
View file @
a7bc4e73
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
snippets/ssl.conf
+
1
−
0
View file @
a7bc4e73
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment