From c70bba7473ca1a41cb399f4a4a72ca6d220a7e2f Mon Sep 17 00:00:00 2001 From: I2pRandom <42506001+I2pRandom@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:30:12 +0000 Subject: [PATCH] Include Pixiv in XOriginPolicy site breakage. XOriginPolicy setting results in artworks on Pixiv not loading. --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 1772671..95e8149 100644 --- a/user.js +++ b/user.js @@ -942,7 +942,7 @@ user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!"); // user_pref("network.dns.disableIPv6", true); /* 5510: control when to send a cross-origin referer * 0=always (default), 1=only if base domains match, 2=only if hosts match - * [NOTE] Will cause breakage: older modems/routers and some sites e.g banks, vimeo, icloud, instagram ***/ + * [NOTE] Will cause breakage: older modems/routers and some sites e.g banks, vimeo, icloud, instagram, Pixiv ***/ // user_pref("network.http.referer.XOriginPolicy", 2); /* 5511: set DoH bootstrap address [FF89+] * Firefox uses the system DNS to initially resolve the IP address of your DoH server.