diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-06-07 19:17:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 19:17:32 +0200 |
commit | ea700dd89fb2b114a34494b824564f48927d5779 (patch) | |
tree | 76dddf8b6555352738158ed78d13ecc8e49d5071 /tpl/default/includes.html | |
parent | 17e45b2e9c33c736751e059276fadb480f98e621 (diff) | |
parent | ee93a093876a0e4e8483a57dbd7cbbe7c50bc8b7 (diff) | |
download | Shaarli-ea700dd89fb2b114a34494b824564f48927d5779.tar.gz Shaarli-ea700dd89fb2b114a34494b824564f48927d5779.tar.zst Shaarli-ea700dd89fb2b114a34494b824564f48927d5779.zip |
Merge pull request #1151 from kramred/master
Add <meta> tag for referrer same-origin also to new default tpl
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r-- | tpl/default/includes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 34e0ff01..5ccacaaf 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -2,6 +2,7 @@ | |||
2 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 2 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
3 | <meta name="format-detection" content="telephone=no" /> | 3 | <meta name="format-detection" content="telephone=no" /> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
5 | <meta name="referrer" content="same-origin"> | ||
5 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | 6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> |
6 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 7 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> |
7 | <link href="img/favicon.png" rel="shortcut icon" type="image/png" /> | 8 | <link href="img/favicon.png" rel="shortcut icon" type="image/png" /> |