forked from openkylin/efl
Remove remote js from html docs
Origin: other Forwarded: no Last-Update: 2018-10-11 The html docs load remote google analytics scripts. Since this can leak local user actions, remove it. Gbp-Pq: Name 10_remove_google_analytics.diff
This commit is contained in:
parent
7459a9fdc0
commit
df35dcb267
|
@ -4,15 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Google Analytics js removed from Debian packages -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110876574-1"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'UA-110876574-1');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<link rel="icon" href="favicon.png" type="image/x-icon">
|
<link rel="icon" href="favicon.png" type="image/x-icon">
|
||||||
|
|
Loading…
Reference in New Issue