Updated Per site switches syntax (markdown)

Raymond Hill 2015-04-09 11:57:01 -04:00
parent 76667c0eca
commit 0614b32dad

@ -19,4 +19,10 @@ When switches share a common hostname ancestor, the most specific wins. For exam
no-popups: example.com on
no-popups: www.example.com off
and you visit `www.example.com`, the "no popups" switch will be turned off (popup allowed unless blocked by a static filter).
and you visit `www.example.com`, the "no popups" switch will be turned off (popup allowed unless blocked by a static filter).
All switches are `off` by default, meaning there is no point in creating an entry such as:
no-popups: www.example.com off
Unless it is to override a related broader entry for which the switch is `on`