Regerate docs.

This commit is contained in:
Florian Bruhin 2015-08-01 13:35:54 +02:00
parent 81c3c2d15f
commit 2130f01ec7
3 changed files with 16 additions and 1 deletions

View File

@ -27,6 +27,8 @@ Added
the current item in the completion (for quickmarks/bookmarks). the current item in the completion (for quickmarks/bookmarks).
- New settings `tabs -> padding` and `tabs -> indicator-tabbing` to control the - New settings `tabs -> padding` and `tabs -> indicator-tabbing` to control the
size/padding of the tabbar. 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 Changed
~~~~~~~ ~~~~~~~

View File

@ -136,8 +136,8 @@ Contributors, sorted by the number of commits in descending order:
* Florian Bruhin * Florian Bruhin
* Bruno Oliveira * Bruno Oliveira
* Antoni Boucher * Antoni Boucher
* Raphael Pierzina
* Martin Tournoij * Martin Tournoij
* Raphael Pierzina
* Joel Torstensson * Joel Torstensson
* Claude * Claude
* Lamar Pavel * Lamar Pavel

View File

@ -54,6 +54,7 @@
|Setting|Description |Setting|Description
|<<network-do-not-track,do-not-track>>|Value to send in the `DNT` header. |<<network-do-not-track,do-not-track>>|Value to send in the `DNT` header.
|<<network-accept-language,accept-language>>|Value to send in the `accept-language` header. |<<network-accept-language,accept-language>>|Value to send in the `accept-language` header.
|<<network-referer-header,referer-header>>|Send the Referer header
|<<network-user-agent,user-agent>>|User agent to send. Empty to send the default. |<<network-user-agent,user-agent>>|User agent to send. Empty to send the default.
|<<network-proxy,proxy>>|The proxy to use. |<<network-proxy,proxy>>|The proxy to use.
|<<network-proxy-dns-requests,proxy-dns-requests>>|Whether to send DNS requests over the configured proxy. |<<network-proxy-dns-requests,proxy-dns-requests>>|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]+ 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]] [[network-user-agent]]
=== user-agent === user-agent
User agent to send. Empty to send the default. User agent to send. Empty to send the default.