Add a comment about noscript.* - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 4150357393c9fe8cf65fef6b48c1ccc476e27a8e
(DIR) parent cce8fb722ee3b27432d0660825c46fbfda8501ec
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 3 Oct 2018 02:19:50
Add a comment about noscript.*
Diffstat:
config/luakit/userconf.lua | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff -r cce8fb722ee3 -r 4150357393c9 config/luakit/userconf.lua
--- a/config/luakit/userconf.lua Wed Oct 03 00:30:52 2018 +0200
+++ b/config/luakit/userconf.lua Wed Oct 03 02:19:50 2018 +0200
@@ -8,6 +8,7 @@
-- Cookie policy ("never", "no_third_party", "always")
soup.accept_policy = "never"
+-- Disable plugins and scripts
noscript.enable_plugins = false
noscript.enable_scripts = false