diff options
Diffstat (limited to 'glide/glide.ts')
| -rw-r--r-- | glide/glide.ts | 3 |
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); |
