From b9fdd20f8f13514ad35102a6f49e382538563bd5 Mon Sep 17 00:00:00 2001 From: mruac Date: Sun, 3 Sep 2023 07:53:36 +0930 Subject: [PATCH] [FurAffinityBridge] added doc for #3638 (#3646) * added custom cookie config * appease phpunit * added docs --- docs/10_Bridge_Specific/FurAffinityBridge.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/10_Bridge_Specific/FurAffinityBridge.md diff --git a/docs/10_Bridge_Specific/FurAffinityBridge.md b/docs/10_Bridge_Specific/FurAffinityBridge.md new file mode 100644 index 00000000..369f41cd --- /dev/null +++ b/docs/10_Bridge_Specific/FurAffinityBridge.md @@ -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`)