From 2130f01ec77c87d798a61f36c9faf9c331622635 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 1 Aug 2015 13:35:54 +0200 Subject: [PATCH] Regerate docs. --- CHANGELOG.asciidoc | 2 ++ README.asciidoc | 2 +- doc/help/settings.asciidoc | 13 +++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index ada136b40..8c63de871 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,6 +27,8 @@ Added the current item in the completion (for quickmarks/bookmarks). - New settings `tabs -> padding` and `tabs -> indicator-tabbing` to control the size/padding of the tabbar. +- New setting `network -> referer-header` to configure when the referer should + be sent (by default it's only sent while on the same domain). Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 79fb4af78..25dfd7048 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -136,8 +136,8 @@ Contributors, sorted by the number of commits in descending order: * Florian Bruhin * Bruno Oliveira * Antoni Boucher -* Raphael Pierzina * Martin Tournoij +* Raphael Pierzina * Joel Torstensson * Claude * Lamar Pavel diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 522abdfbd..1236a4e22 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -54,6 +54,7 @@ |Setting|Description |<>|Value to send in the `DNT` header. |<>|Value to send in the `accept-language` header. +|<>|Send the Referer header |<>|User agent to send. Empty to send the default. |<>|The proxy to use. |<>|Whether to send DNS requests over the configured proxy. @@ -640,6 +641,18 @@ Value to send in the `accept-language` header. Default: +pass:[en-US,en]+ +[[network-referer-header]] +=== referer-header +Send the Referer header + +Valid values: + + * +always+: Always send. + * +never+: Never send; this is not recommended, as some sites may break. + * +same-domain+: Only send for the same domain. This will still protect your privacy, but shouldn't break any sites. + +Default: +pass:[same-domain]+ + [[network-user-agent]] === user-agent User agent to send. Empty to send the default.