[webkit-help] Webkit Content Blockers -- Whitelist a website

Rui Nelson Carneiro 87nelson at gmail.com
Fri Sep 18 11:18:28 PDT 2015


I tried various methods to block all rules when visiting a specific website, I’ve tried to append to the end of the array:

  {
    "action" : {
      "type" : "ignore-previous-rules"
    },
    "trigger" : {
      "url-filter" : ".*",
      "if-domain" : [
          "whitelisted\\.com"
      ],
      "load-type" : [
        "third-party"
      ]
    }
  }

But with no success.

Thanks,
Rui Carneiro


More information about the webkit-help mailing list