diff options
author | Arthur <arthur@hoa.ro> | 2016-11-22 09:30:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 09:30:27 +0100 |
commit | 76fb679e38c6237fc2e39c12b829068c374b8372 (patch) | |
tree | 944fda4341b32d31d12e8b1acd30daa732aa3ae5 /tpl/includes.html | |
parent | e2e6ec0f4d771c92f5fce0cbdf53f819ac1db59e (diff) | |
parent | 1ef05d3601e942eba74bd66554d629be2fa05efe (diff) | |
download | Shaarli-76fb679e38c6237fc2e39c12b829068c374b8372.tar.gz Shaarli-76fb679e38c6237fc2e39c12b829068c374b8372.tar.zst Shaarli-76fb679e38c6237fc2e39c12b829068c374b8372.zip |
Merge pull request #692 from fpunktk/patch-1
add meta tag to block sending the referrer
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/includes.html b/tpl/includes.html index f94ce1be..7b2997ce 100644 --- a/tpl/includes.html +++ b/tpl/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.0" /> | 4 | <meta name="viewport" content="width=device-width,initial-scale=1.0" /> |
5 | <meta name="referrer" content="same-origin"> | ||
5 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 6 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> |
6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | 7 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> |
7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 8 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
@@ -11,4 +12,4 @@ | |||
11 | {loop="$plugins_includes.css_files"} | 12 | {loop="$plugins_includes.css_files"} |
12 | <link type="text/css" rel="stylesheet" href="{$value}#"/> | 13 | <link type="text/css" rel="stylesheet" href="{$value}#"/> |
13 | {/loop} | 14 | {/loop} |
14 | <link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> \ No newline at end of file | 15 | <link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> |