|
@@ -178,35 +178,40 @@ public class BNIBookingWebView: UIViewController, WKNavigationDelegate, UIScroll
|
|
{
|
|
{
|
|
"trigger": {
|
|
"trigger": {
|
|
"url-filter": ".*(ads|adserver|advert|doubleclick|popads|popcash|onclickads|adfly|shorte|media.net|buysellads|revcontent).*",
|
|
"url-filter": ".*(ads|adserver|advert|doubleclick|popads|popcash|onclickads|adfly|shorte|media.net|buysellads|revcontent).*",
|
|
- "resource-type": ["script", "iframe", "xmlhttprequest", "media"]
|
|
|
|
|
|
+ "resource-type": ["script", "iframe", "xmlhttprequest", "media"],
|
|
|
|
+ "unless-domain": ["nexilis.io"]
|
|
},
|
|
},
|
|
"action": { "type": "block" }
|
|
"action": { "type": "block" }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"trigger": {
|
|
"trigger": {
|
|
"url-filter": ".*(taboola|outbrain|scorecardresearch|googlesyndication|tracking|track|pixel|cpxinteractive|zedo|rubiconproject).*",
|
|
"url-filter": ".*(taboola|outbrain|scorecardresearch|googlesyndication|tracking|track|pixel|cpxinteractive|zedo|rubiconproject).*",
|
|
- "resource-type": ["script", "iframe", "xmlhttprequest"]
|
|
|
|
|
|
+ "resource-type": ["script", "iframe", "xmlhttprequest"],
|
|
|
|
+ "unless-domain": ["nexilis.io"]
|
|
},
|
|
},
|
|
"action": { "type": "block" }
|
|
"action": { "type": "block" }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"trigger": {
|
|
"trigger": {
|
|
"url-filter": ".*(google-analytics|facebook.com/tr|analytics|gtag|data-collect|collect|hotjar|mixpanel|segment|mouseflow).*",
|
|
"url-filter": ".*(google-analytics|facebook.com/tr|analytics|gtag|data-collect|collect|hotjar|mixpanel|segment|mouseflow).*",
|
|
- "resource-type": ["script", "xmlhttprequest"]
|
|
|
|
|
|
+ "resource-type": ["script", "xmlhttprequest"],
|
|
|
|
+ "unless-domain": ["nexilis.io"]
|
|
},
|
|
},
|
|
"action": { "type": "block" }
|
|
"action": { "type": "block" }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"trigger": {
|
|
"trigger": {
|
|
"url-filter": ".*(banner|sponsored|clicktrack|beacon|stats|metrics|impression|affiliate|clksite).*",
|
|
"url-filter": ".*(banner|sponsored|clicktrack|beacon|stats|metrics|impression|affiliate|clksite).*",
|
|
- "resource-type": ["script", "image", "iframe"]
|
|
|
|
|
|
+ "resource-type": ["script", "image", "iframe"],
|
|
|
|
+ "unless-domain": ["nexilis.io"]
|
|
},
|
|
},
|
|
"action": { "type": "block" }
|
|
"action": { "type": "block" }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"trigger": {
|
|
"trigger": {
|
|
"url-filter": ".*(interstitial|popunder|redirect|clickunder|popup|overlayad).*",
|
|
"url-filter": ".*(interstitial|popunder|redirect|clickunder|popup|overlayad).*",
|
|
- "resource-type": ["script", "document", "subdocument"]
|
|
|
|
|
|
+ "resource-type": ["script", "document", "subdocument"],
|
|
|
|
+ "unless-domain": ["nexilis.io"]
|
|
},
|
|
},
|
|
"action": { "type": "block" }
|
|
"action": { "type": "block" }
|
|
}
|
|
}
|