summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <none@none>2013-03-01 22:04:23 +0100
committerportix <none@none>2013-03-01 22:04:23 +0100
commit7743e05daa0c77d1ccae6410a514e4f71fddcec1 (patch)
tree93c5aa90c48aecb2e0de3059f2501f3a96672d49
parent0db6f3c063fe3e86d051c7b944ca5d2150b1950e (diff)
downloaddwb-7743e05daa0c77d1ccae6410a514e4f71fddcec1.zip
Examples in perdomainsettings
-rw-r--r--extensions/perdomainsettings22
1 files changed, 11 insertions, 11 deletions
diff --git a/extensions/perdomainsettings b/extensions/perdomainsettings
index e4c707f7..ce39fcc8 100644
--- a/extensions/perdomainsettings
+++ b/extensions/perdomainsettings
@@ -119,23 +119,23 @@ var defaultConfig = {
// "example.com" : { enableScripts : true },
// "example.tld" : { enableScripts : false }
// will enable scripts on example.com but not on example.co.uk, example.it, ...
-//
-// Settings applied based on the second level domain, e.g.
-// domains : {
+
+
+// Settings applied based on the second level domain
+domains : {
// "example.com" : { "auto-load-images" : false },
-// "google.tld" : { enableScripts : false },
-// },
-domains : {},
+// "google.tld" : { enableScripts : false, autoLoadImages : false },
+},
//Settings applied based on the hostname
-// hosts : {
+hosts : {
// "www.example.com" : { autoLoadImages : true }
-// },
-hosts : {},
+},
// Settings applied based on the uri
-// uris : { "http://www.example.com/foo/" : { autoLoadImages : true } },
-uris : {},
+uris : {
+// "http://www.example.com/foo/" : { autoLoadImages : true } },
+},
//>DEFAULT_CONFIG
};