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
97833bf7
authored
2022-07-28 10:37:26 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ht
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
8c620e09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
.htaccess
.htaccess
View file @
97833bf
...
...
@@ -145,6 +145,18 @@ ModPagespeed off
ExpiresByType
application/font-woff "access plus 1 year"
</
IfModule
>
<
IfModule
mod_headers.c
>
Header
set
X-XSS-Protection "1; mode=block"
Header
set
X-Frame-Options "SAMEORIGIN"
Header
set
X-Content-Type-Options "nosniff"
Header
always
set
Strict-Transport-Security "max-age=63072000; includeSubDomains"
# Header set Content-Security-Policy ...
Header
set
Referrer-Policy "same-origin"
Header
set
Feature-Policy "geolocation 'self'; vibrate 'none'"
</
IfModule
>
<
IfModule
mod_rewrite.c
>
Options
-Indexes
...
...
Please
register
or
sign in
to post a comment