diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-11-07 20:31:55 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-11-07 20:31:55 +0100 |
commit | a89f423dfa0eeb85be41321eb3867348a33665fb (patch) | |
tree | bcfb27e7b6df8f684b77917ae33b7deca05fc46f /tpl | |
parent | d12b2a08c886a652d1edbacb287788814a8ef7f1 (diff) | |
download | Shaarli-a89f423dfa0eeb85be41321eb3867348a33665fb.tar.gz Shaarli-a89f423dfa0eeb85be41321eb3867348a33665fb.tar.zst Shaarli-a89f423dfa0eeb85be41321eb3867348a33665fb.zip |
Remove redirector setting from Configure page
This feature is pretty much useless these days as browsers have builtin features to support the thag "<meta name='referrer'", so keep the setting page as clean as possible.
Also, avoid advertising it too much, because I'm pretty sure it doesn't work very well with markdown descriptions (as Parsedown have some trouble regarding URL detection (without MarkDown link tag)).
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/configure.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index cc3b299b..a63c7ad3 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -129,21 +129,6 @@ | |||
129 | </div> | 129 | </div> |
130 | </div> | 130 | </div> |
131 | </div> | 131 | </div> |
132 | <div class="pure-g"> | ||
133 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> | ||
134 | <div class="form-label"> | ||
135 | <label for="redirector"> | ||
136 | <span class="label-name">{'Redirector'|t}</span><br> | ||
137 | <span class="label-desc">{'e. g.'|t} <i>http://anonym.to/?</i> {'will mask the HTTP_REFERER'|t}</span> | ||
138 | </label> | ||
139 | </div> | ||
140 | </div> | ||
141 | <div class="pure-u-lg-{$ratioInput} pure-u-1 "> | ||
142 | <div class="form-input"> | ||
143 | <input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"> | ||
144 | </div> | ||
145 | </div> | ||
146 | </div> | ||
147 | <div class="clear"></div> | 132 | <div class="clear"></div> |
148 | <div class="pure-g"> | 133 | <div class="pure-g"> |
149 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile} "> | 134 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile} "> |