diff --git a/Chrome/background.js b/Chrome/background.js index 5309a29f..49aadf42 100644 --- a/Chrome/background.js +++ b/Chrome/background.js @@ -47,6 +47,7 @@ chrome.webRequest.onBeforeRequest.addListener( "*://code.snapengage.com/*", "*://sdk.inbenta.io/chatbot/*", "*://pi2.movoto.com/1.7.654/javascripts/desktop/movoto.min.js", - "*://*.zopim.com/*" + "*://*.zopim.com/*", + "*://cdn.gubagoo.io/*" ]}, ["blocking"]); \ No newline at end of file diff --git a/Safari/BlockerExtension/blockerList.json b/Safari/BlockerExtension/blockerList.json index 85ed8e7f..3e522ec9 100644 --- a/Safari/BlockerExtension/blockerList.json +++ b/Safari/BlockerExtension/blockerList.json @@ -40,7 +40,7 @@ "type": "block" }, "trigger": { - "url-filter": ".\.crisp\.chat/.", + "url-filter": "^(http|https)://.\.crisp\.chat/.", "resource-type": ["script"] } }, diff --git a/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate b/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate index f61df43e..add9c1c6 100644 Binary files a/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate and b/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/filterlist.txt b/filterlist.txt index c1b35283..08fb32a6 100644 --- a/filterlist.txt +++ b/filterlist.txt @@ -30,4 +30,5 @@ ||code.snapengage.com/* ||sdk.inbenta.io/chatbot/* ||pi2.movoto.com/1.7.654/javascripts/desktop/movoto.min.js -||*.zopim.com/* \ No newline at end of file +||*.zopim.com/* +||cdn.gubagoo.io/* \ No newline at end of file