Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Apr 26, 2024
1 parent 92cb27b commit 2ce7548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed .trunk/configs/.eslintrc.js
Empty file.
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"key": "Content-Security-Policy-Report-Only",
"value": "default-src 'self'; connect-src 'self' support.megabyte.space www.google-analytics.com onesignal.com *.algolia.net; font-src 'self' fonts.gstatic.com; form-action 'self'; frame-src support.megabyte.space www.googletagmanager.com; img-src 'self' data: www.facebook.com www.googletagmanager.com media.onesignal.com; manifest-src 'self'; script-src-elem 'self' 'unsafe-inline' install-doctor.disqus.com support.megabyte.space connect.facebook.net www.googletagmanager.com storage.googleapis.com cdn.onesignal.com onesignal.com; script-src 'unsafe-eval' 'self'; style-src-attr 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' fonts.googleapis.com onesignal.com; worker-src 'self'; media-src 'self'; style-src 'self'; frame-ancestors 'none'; report-uri https://megabytelabs.report-uri.com/r/d/csp/wizard"
"value": "default-src 'self'; connect-src 'self' *.ingest.us.sentry.io support.megabyte.space www.google-analytics.com onesignal.com *.algolia.net; font-src 'self' fonts.gstatic.com; form-action 'self'; frame-src support.megabyte.space www.googletagmanager.com; img-src 'self' data: www.facebook.com www.googletagmanager.com media.onesignal.com; manifest-src 'self'; script-src-elem 'self' 'unsafe-inline' browser.sentry-cdn.com js.sentry-cdn.com install-doctor.disqus.com support.megabyte.space connect.facebook.net www.googletagmanager.com storage.googleapis.com cdn.onesignal.com onesignal.com; script-src 'unsafe-eval' 'self'; style-src-attr 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' fonts.googleapis.com onesignal.com; worker-src 'self'; media-src 'self'; style-src 'self'; frame-ancestors 'none'; report-uri https://megabytelabs.report-uri.com/r/d/csp/wizard"
},
{
"key": "X-Content-Type-Options",
Expand All @@ -38,7 +38,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "max-age=2592000"
"value": "max-age=31536000"
}
]
},
Expand Down

0 comments on commit 2ce7548

Please sign in to comment.