diff options
author | 2024-01-09 20:33:35 +0100 | |
---|---|---|
committer | 2024-01-09 20:33:35 +0100 | |
commit | 0bf5dbbc0ba46cc27fe40b554b0c3c0ba705ef8b (patch) | |
tree | 6943f5a47b300964e12b4783fd385bf751e339d9 /docs/10_Bridge_Specific | |
parent | 3ce94409ab650e042993480d638482a89901776d (diff) | |
download | rss-bridge-0bf5dbbc0ba46cc27fe40b554b0c3c0ba705ef8b.tar.gz rss-bridge-0bf5dbbc0ba46cc27fe40b554b0c3c0ba705ef8b.tar.zst rss-bridge-0bf5dbbc0ba46cc27fe40b554b0c3c0ba705ef8b.zip |
chore: add tools for manually administrating the configured cache (#3867)
Diffstat (limited to 'docs/10_Bridge_Specific')
-rw-r--r-- | docs/10_Bridge_Specific/PixivBridge.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/10_Bridge_Specific/PixivBridge.md b/docs/10_Bridge_Specific/PixivBridge.md index b782a445..ba8da2d8 100644 --- a/docs/10_Bridge_Specific/PixivBridge.md +++ b/docs/10_Bridge_Specific/PixivBridge.md @@ -2,9 +2,14 @@ PixivBridge =============== # Image proxy -As Pixiv requires images to be loaded with the `Referer "https://www.pixiv.net/"` header set, caching or image proxy is required to use this bridge. -To turn off image caching, set the `proxy_url` value in this bridge's configuration section of `config.ini.php` to the url of the proxy. The bridge will then use the proxy in this format (essentially replacing `https://i.pximg.net` with the proxy): +As Pixiv requires images to be loaded with the `Referer "https://www.pixiv.net/"` header set, +caching or image proxy is required to use this bridge. + +To turn off image caching, set the `proxy_url` value in this bridge's configuration section of `config.ini.php` +to the url of the proxy. + +The bridge will then use the proxy in this format (essentially replacing `https://i.pximg.net` with the proxy): Before: `https://i.pximg.net/img-original/img/0000/00/00/00/00/00/12345678_p0.png` @@ -15,9 +20,11 @@ proxy_url = "https://proxy.example.com" ``` # Authentication -Authentication is required to view and search R-18+ and non-public images. To enable this, set the following in this bridge's configuration in `config.ini.php`. -``` +Authentication is required to view and search R-18+ and non-public images. +To enable this, set the following in this bridge's configuration in `config.ini.php`. + +```ini ; from cookie "PHPSESSID". Recommend to get in incognito browser. cookie = "00000000_hashedsessionidhere" ```
\ No newline at end of file |