Skip to content

Commit

Permalink
Revert "Add Firebase Analytics"
Browse files Browse the repository at this point in the history
This reverts commit 5ab6826.
  • Loading branch information
ecc521 committed Jun 29, 2024
1 parent 70f0fed commit 8586450
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- With style-src, 'unsafe-eval' allows for things like CSSStyleSheet.insertRule(), and other JavaScript methods. -->
<!-- TODO: Consider allowing image requests over all https connections-->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self' https://rivers.run https://*.rivers.run http://127.0.0.1:* https://maps.googleapis.com https://maps.gstatic.com https://www.googletagmanager.com;
connect-src 'self' https: http:;
default-src 'self' https://rivers.run https://*.rivers.run http://127.0.0.1:* https://maps.googleapis.com https://maps.gstatic.com;
connect-src 'self' https://rivers.run https://*.rivers.run http://127.0.0.1:* https://waterservices.usgs.gov https://docs.google.com https://*.googleapis.com https://maps.gstatic.com https://tile.openstreetmap.org https://mt1.google.com https://itunes.apple.com;
img-src 'self' https://rivers.run https://*.rivers.run http://127.0.0.1:* https://*.googleapis.com https://maps.gstatic.com data: blob: https://mesonet1.agron.iastate.edu;
font-src 'self' https://rivers.run https://*.rivers.run http://127.0.0.1:* data: https://fonts.googleapis.com https://fonts.gstatic.com;
style-src 'self' 'unsafe-inline'"
Expand Down
8 changes: 0 additions & 8 deletions src/allPages/allPages.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,3 @@ try {
catch (e) {
console.error(e)
}


try {
require("./analytics.js")
}
catch (e) {
console.error(e)
}
21 changes: 0 additions & 21 deletions src/allPages/analytics.js

This file was deleted.

0 comments on commit 8586450

Please sign in to comment.