https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Khronos.xml
<!--
Other Khronos Group rulesets:
- COLLADA.xml
-->
<ruleset name="Khronos Group (partial)" platform="mixedcontent">
<target host="khronos.org" />
<target host="*.khronos.org" />
<securecookie host="^www\.khronos\.org$" name=".*" />
<!-- Cert only matches www. -->
<rule from="^https?://(?:www\.)?khronos\.org/"
to="https://www.khronos.org/" />
<!-- Files under assets/ appear to be identical. -->
<rule from="^https?://\w\w\.khronos\.org/assets/"
to="https://www.khronos.org/assets/" />
</ruleset>