Skip to content

Commit

Permalink
Remove Plausible Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Feb 9, 2024
1 parent e82a8be commit 18bdb59
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://*.gstatic.com; img-src 'self' data:; script-src 'self' https://plausible.io; child-src 'self'; connect-src 'self' https://plausible.io; worker-src 'self'; manifest-src 'self';"
content="default-src 'none'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://*.gstatic.com; img-src 'self' data:; script-src 'self'; child-src 'self'; connect-src 'self'; worker-src 'self'; manifest-src 'self';"
/>
<title>Workday Time Calculator | Caleb Evans</title>
<meta name="viewport" content="width=device-width" />
Expand All @@ -25,10 +25,5 @@
<main></main>

<script type="module" src="scripts/index.js"></script>
<script
defer
data-domain="projects.calebevans.me"
src="https://plausible.io/js/script.js"
></script>
</body>
</html>

0 comments on commit 18bdb59

Please sign in to comment.