summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-28 14:48:19 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-28 14:48:19 +0800
commit683d87f348498bfbdc919e2bb6e3f739e38dd19b (patch)
tree3bf5be1858ab80181be668dd8f29b8f19cfaae82 /home/xyz
parent7538adb5ac559517be4317e545a01e2eced98e4a (diff)
userjs add one situation when I need to disable RFP: web VNC
Diffstat (limited to 'home/xyz')
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
index fe0c8be6..cd60648e 100644
--- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
+++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
@@ -26,7 +26,7 @@ user_pref("_user.js.parrot", "custom overrides: starting");
// mail.qq.com
// arkenfox v128 disabled these previously enabled options, I want to enable them
-// set to false to fix: image upload from local, image check not robot, disable surfingkey alt-s hotkey, twitch login and follow, douyin login, douyin chat in live streaming room, google map highway name, protomaps China province name, joinhandshake.com maybe need to disable this once, adobe express
+// set to false to fix: image upload from local, image check not robot, disable surfingkey alt-s hotkey, twitch login and follow, douyin login, douyin chat in live streaming room, google map highway name, protomaps China province name, joinhandshake.com maybe need to disable this once, adobe express, some VPS web VNC keyboard shift modifier not working (e.g., I can't press shift+[ to get { and instead I get [, also for all other keys)
user_pref("privacy.resistFingerprinting", true);
user_pref("privacy.resistFingerprinting.letterboxing", true);
// this can be used to disable RFP by domain, see user.js and https://github.com/arkenfox/user.js/issues/1804#issuecomment-2331701765