Merge pull request #1 from r3nor/main

Don't load googletagmanager
This commit is contained in:
DUO Labs
2022-04-30 13:03:24 -04:00
committed by GitHub
+1
View File
@@ -132,6 +132,7 @@ find_and_replace('code/pp/pp.js','"\'$!|"))','"\'$!|"))||true')
#Don't load Google Analytics
find_and_replace('index.html','//www.google-analytics.com/analytics.js','')
find_and_replace('index.html', '//www.googletagmanager.com', '#')
#Allow the import of pictures of URLs (bypassing mirror.php)
find_and_replace('code/pp/pp.js','"mirror.php?url="+encodeURIComponent','')