Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9f495aa2
authored
2022-07-28 11:02:57 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
51165aea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
.htaccess
.htaccess
View file @
9f495aa
...
...
@@ -153,9 +153,11 @@ ModPagespeed off
Header
set
X-Content-Type-Options "nosniff"
Header
always
set
Strict-Transport-Security "max-age=63072000; includeSubDomains"
# Header set Content-Security-Policy ...
Header
add
Content-Security-Policy "default-src 'self';"
Header
set
Referrer-Policy "same-origin"
Header
set
Feature-Policy "geolocation 'self'; vibrate 'none'"
#Header always edit Set-Cookie (.*) "$1; HttpOnly"
#Header always edit Set-Cookie (.*) "$1; Secure"
</
IfModule
>
<
IfModule
mod_rewrite.c
>
...
...
Please
register
or
sign in
to post a comment