https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Taboola.xml
<!--
CDN buckets:
- orig-1000[23].taboola.cotcdn.net
Nonfunctional domains:
- cdn.taboolasyndication.com
- trc.taboolasyndication.com
Partially covered subdomains:
- trc (libtrc/\w+/rbox.js 502s)
Fully covered subdomains:
- images
-->
<ruleset name="Taboola (partial)">
<target host="taboola.com" />
<target host="*.taboola.com" />
<!--
502:
-->
<exclusion pattern="^http://trc\.taboola\.com/libtrc/" />
<securecookie host="^www\.taboola\.com$" name=".*" />
<!-- Cert only matches *.taboola.com.
-->
<rule from="^http://(?:www\.)?taboola\.com/"
to="https://www.taboola.com/" />
<rule from="^http://(images|trc)\.taboola\.com/"
to="https://$1.taboola.com/" />
</ruleset>