mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
* added custom cookie config * appease phpunit * added docs
This commit is contained in:
parent
92b2bc5e11
commit
b9fdd20f8f
1 changed files with 13 additions and 0 deletions
13
docs/10_Bridge_Specific/FurAffinityBridge.md
Normal file
13
docs/10_Bridge_Specific/FurAffinityBridge.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
FurAffinityBridge
|
||||
===============
|
||||
By default this bridge will only return submissions that are rated "General" and are public.
|
||||
|
||||
To unlock the ability to load submissions that require an account to view or are rated "Mature" and higher, you must set the following in `config.ini.php` with cookies from an existing FurAffinity account with the desired maturity ratings enabled in [Account Settings](https://www.furaffinity.net/controls/settings/).
|
||||
|
||||
```
|
||||
[FurAffinityBridge]
|
||||
aCookie = "your-a-cookie-value-here" ; from cookie "a"
|
||||
bCookie = "your-b-cookie-value-here" ; from cookie "b"
|
||||
```
|
||||
|
||||
To confirm the bridge is authenticated, the name of the authenticating account will be shown in the bridge's name once the bridge has been used at least once. (Example: `user's FurAffinity Bridge`)
|
Loading…
Add table
Reference in a new issue