From e758587aad17e1686bf2ed33953d279568b10ecd Mon Sep 17 00:00:00 2001 From: BurungHantu1605 Date: Tue, 2 Apr 2019 12:09:50 +0800 Subject: [PATCH] #769 --- _includes/sections/browser-tweaks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 4cd627ed..1c6779f0 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -47,7 +47,7 @@
Disable preloading of autocomplete URLs. Firefox preloads URLs that autocomplete when a user types into the address bar, which is a concern if URLs are suggested that the user does not want to connect to. Source
dom.battery.enabled = false
-
Website owners can track the battery status of your device. Source
+
The battery status of your device could be tracked.
dom.event.clipboardevents.enabled = false
Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.