summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-10-29 09:32:03 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-10-29 09:32:03 -0700
commit0a2ccc64c874aa945f629dcbb8ecff40d38781df (patch)
tree87895313d6fd58b625dc8e2ca82e288d579c6708
parent2c46955719f6e13bbd3a5ddfec3cc5c1d0430f83 (diff)
better priv/tracking prevention
-rw-r--r--glide/glide.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/glide/glide.ts b/glide/glide.ts
index 514d5fd..9b47dc6 100644
--- a/glide/glide.ts
+++ b/glide/glide.ts
@@ -31,3 +31,6 @@ glide.keymaps.set("normal", "gp", async () => {
], { check_exit_code: false, cwd: "~"});
console.log("openned mpv with url", url);
})
+
+glide.prefs.set("privacy.trackingprotection.enabled", true);
+glide.prefs.set("privacy.bounceTrackingProtection.mode", 1);