Updated Dynamic filtering: precedence (markdown)

Raymond Hill 2015-02-08 17:23:27 -05:00
parent d6884ec731
commit 7f93bac65b
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ The more specific the party, the higher the precedence.
- `example.com` overrides `3rd-party scripts` - `example.com` overrides `3rd-party scripts`
- `www.example.com` overrides `example.com` - `www.example.com` overrides `example.com`
Party-specific, type specific cells override party-specific cells: Party-specific and type-specific cells override party-specific cells:
- `3rd-party frames` overrides `3rd-party` - `3rd-party frames` overrides `3rd-party`
All cells override the `all` cells. The local `all` cell overrides the global `all` cell. All cells override the `all` cells. The local `all` cell overrides the global `all` cell.