Skip to content

Commit

Permalink
Remove index scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Nov 9, 2024
1 parent fa46ba5 commit 86b57b3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@

<head>
<meta charset="utf-8">
<script src="cordova.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta http-equiv="Content-Security-Policy" content="
default-src 'self'
'unsafe-inline'
'unsafe-eval'
https://*
http://localhost:3000/
http://localhost:10010/
http://www.googletagmanager.com/gtag/js
ws://localhost:3000/
wss://localhost:3000/
ws://192.168.0.109:3000/
wss://192.168.0.109:3000/
wss://*.microsoft.com/cognitiveservices/
blob:
gap:
Expand Down Expand Up @@ -65,16 +59,6 @@
gtag('config', 'UA-108091601-1');
</script>

<!-- AdSense code -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7162313874228987"
crossorigin="anonymous">
</script>

<!-- Get Montserrat font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

<title>Cboard - AAC Communication Board</title>
</head>

Expand Down

0 comments on commit 86b57b3

Please sign in to comment.