shithub: werc

Download patch

ref: d33c4f63cf714957b07d7fd393d1f05f1d1550f9
parent: 768e65bbc1dfa5007b3a139558d89983753685f8
author: Stanley Lieber <sl@stanleylieber.com>
date: Tue Jun 16 17:32:23 EDT 2020

lib/404.tpl: remove google javascript

--- a/lib/404.tpl
+++ b/lib/404.tpl
@@ -1,12 +1,3 @@
 <h1>The requested document at '<i>%($base_url$"req_path%)</i>' doesn't exist</h1>
-
-% # Google Enhanced 404 pages: http://www.google.com/support/webmasters/bin/answer.py?answer=93644
-<script type="text/javascript">
-  var GOOG_FIXURL_LANG = 'en';
-  var GOOG_FIXURL_SITE = '%($base_url%)/';
-</script>
-<script type="text/javascript" 
-    src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
-
 <h4>Or take a look at the <a href="/sitemap">sitemap</a>.</h4>
 <hr>
--