diff options
author | Arthur <arthur@hoa.ro> | 2016-10-12 12:39:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 12:39:52 +0200 |
commit | 24cfb960cfdd88255333bfb2a08d586916b460ae (patch) | |
tree | f204fb8ba9e589d4e063c57da01716c487b6e891 /doc/Troubleshooting.md | |
parent | dc8e03bfc415d3771a45ccd324078a48b7466cbe (diff) | |
parent | fdf88d194874a533cf3a8de3d317d70018aa8a62 (diff) | |
download | Shaarli-24cfb960cfdd88255333bfb2a08d586916b460ae.tar.gz Shaarli-24cfb960cfdd88255333bfb2a08d586916b460ae.tar.zst Shaarli-24cfb960cfdd88255333bfb2a08d586916b460ae.zip |
Merge pull request #656 from ArthurHoaro/v0.8.0v0.8.0
Bump version to v0.8.0
Diffstat (limited to 'doc/Troubleshooting.md')
-rw-r--r-- | doc/Troubleshooting.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Troubleshooting.md b/doc/Troubleshooting.md index e91fe846..8e30fce5 100644 --- a/doc/Troubleshooting.md +++ b/doc/Troubleshooting.md | |||
@@ -25,6 +25,7 @@ HTTP settings are available by browsing `about:config`, here are the available s | |||
25 | `network.http.referer.spoofSource` - Referer spoofing (~faking) | 25 | `network.http.referer.spoofSource` - Referer spoofing (~faking) |
26 | - false (default): real referer | 26 | - false (default): real referer |
27 | - true: spoof referer (use target URI as referer) | 27 | - true: spoof referer (use target URI as referer) |
28 | - known to break some functionality in Shaarli | ||
28 | 29 | ||
29 | `network.http.referer.trimmingPolicy` - trim the URI not to send a full Referer | 30 | `network.http.referer.trimmingPolicy` - trim the URI not to send a full Referer |
30 | - 0 (default): send full URI | 31 | - 0 (default): send full URI |
@@ -32,7 +33,7 @@ HTTP settings are available by browsing `about:config`, here are the available s | |||
32 | - 2: scheme+host+port | 33 | - 2: scheme+host+port |
33 | 34 | ||
34 | ### Firefox, localhost and redirections | 35 | ### Firefox, localhost and redirections |
35 | `localhost` is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or anly accept requests from the same base domain/host, Shaarli redirections will not work properly. | 36 | `localhost` is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or only accept requests from the same base domain/host, Shaarli redirections will not work properly. |
36 | 37 | ||
37 | To solve this, assign a local domain to your host, e.g. | 38 | To solve this, assign a local domain to your host, e.g. |
38 | ``` | 39 | ``` |