also for new default tpl add meta tag to block sending the referrer vintage -> #692

This commit is contained in:
Mark Schmitz 2018-06-07 14:23:41 +01:00
parent 66d37a4fb4
commit f6b3295d28
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View File

@ -9,6 +9,11 @@ pagecache
.buildpath
.project
# macOS General
.DS_Store
.AppleDouble
.LSOverride
# Raintpl generated pages
*.rtpl.php

View File

@ -2,6 +2,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="same-origin">
<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
<link href="img/favicon.png" rel="shortcut icon" type="image/png" />