Skip to content

Commit

Permalink
Add static files.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Oct 31, 2023
1 parent aa7f988 commit e61a849
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
Sidebar: '~/components/Sidebar.astro'
},
defaultLocale: 'root', // optional
favicon: '/favicon.ico',
locales: {
root: {
label: 'English',
Expand Down
17 changes: 17 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
https://www.waterfox.net/*
Cache-Control: no-store, max-age=0
Clear-Site-Data: "cache","cookies","storage"
Content-Security-Policy: default-src 'self'; form-action 'self'; object-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: same-origin
Permissions-Policy: accelerometer=(),ambient-light-sensor=(),autoplay=(),battery=(),camera=(),display-capture=(),document-domain=(),encrypted-media=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layout-animations=(self),legacy-image-formats=(self),magnetometer=(),microphone=(),midi=(),oversized-images=(self),payment=(),picture-in-picture=(),publickey-credentials-get=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsized-media=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()
Pragma: no-cache
Referrer-Policy: no-referrer
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Permitted-Cross-Domain-Policies: none

https://waterfox.pages.dev/*
X-Robots-Tag: noindex
4 changes: 4 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/blog/2022/04/19/reblog-the-waterfox-browser-delivers-user-privacy /blog/reblog-the-waterfox-browser-delivers-user-privacy/ 301
/blog/2022/04/19/reblog-the-waterfox-browser-delivers-user-privacy/ /blog/reblog-the-waterfox-browser-delivers-user-privacy/ 301
/blog/2023/07/03/a-new-chapter-for-waterfox /blog/a-new-chapter-for-waterfox/ 301
/blog/2023/07/03/a-new-chapter-for-waterfox/ /blog/a-new-chapter-for-waterfox/ 301
Binary file added public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/favicon.svg

This file was deleted.

0 comments on commit e61a849

Please sign in to comment.