Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
icingaweb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
monitoring
icingaweb
Commits
4225729f
Commit
4225729f
authored
3 years ago
by
Marek Jaroš
Browse files
Options
Downloads
Plain Diff
Merge branch '11-use-httponly-and-secure-flag-for-cookies-with-onsuccess' into 'master'
Resolve "Use HttpOnly AND Secure flag for cookies with onsuccess" Closes
#11
See merge request
!13
parents
2c438e4d
e30ed6d3
No related branches found
No related tags found
3 merge requests
!24
IcingaWeb v2.11.1
,
!22
IcingaWeb v2.10.1
,
!13
Resolve "Use HttpOnly AND Secure flag for cookies with onsuccess"
Pipeline
#163871
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/etc/apache2/sites-available/icingaweb2-ssl.conf
+2
-1
2 additions, 1 deletion
content/etc/apache2/sites-available/icingaweb2-ssl.conf
with
2 additions
and
1 deletion
content/etc/apache2/sites-available/icingaweb2-ssl.conf
+
2
−
1
View file @
4225729f
...
@@ -8,7 +8,8 @@ Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains
...
@@ -8,7 +8,8 @@ Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains
Header
unset
Server
Header
unset
Server
Header
always
set
X
-
Content
-
Type
-
Options
"nosniff"
Header
always
set
X
-
Content
-
Type
-
Options
"nosniff"
Header
edit
Set
-
Cookie
^(.*)$ $
1
;
SameSite
=
lax
Header
edit
Set
-
Cookie
^(.*)$ $
1
;
SameSite
=
lax
Header
edit
Set
-
Cookie
(?
i
)^(.*)(;\
s
*
secure
)??((\
s
*;)?(.*))
"$1; Secure$3$4"
Header
always
edit
Set
-
Cookie
^(.*)$
"$1;HttpOnly;Secure"
Header
onsuccess
edit
Set
-
Cookie
^(.*)$
"$1;HttpOnly;Secure"
SSLProtocol
-
all
+
TLSv1
.
2
+
TLSv1
.
3
SSLProtocol
-
all
+
TLSv1
.
2
+
TLSv1
.
3
SSLCipherSuite
TLSv1
.
3
TLS_AES_256_GCM_SHA384
:
TLS_CHACHA20_POLY1305_SHA256
SSLCipherSuite
TLSv1
.
3
TLS_AES_256_GCM_SHA384
:
TLS_CHACHA20_POLY1305_SHA256
...
...
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