These rules were found as part of https://github.com/EFForg/https-everywhere/pull/12294 and can match strings that are in fact not absolute URLs. * **MODX.xml**: `^http?://(?:pta|services)\.modx\.com/` matches `htt://pta.modx.com/*`, `htt://services.modx.com/*` which don't look like URLs * **Newzbin.xml**: `^http://(?:www\.)?newzbin(?:\.com|2\.es)/?` matches `http://newzbin.com*` which don't look like URLs
These rules were found as part of #12294 and can match strings that are in fact not absolute URLs.
MODX.xml:
^http?://(?:pta|services)\.modx\.com/matcheshtt://pta.modx.com/*,htt://services.modx.com/*which don't look like URLsNewzbin.xml:
^http://(?:www\.)?newzbin(?:\.com|2\.es)/?matcheshttp://newzbin.com*which don't look like URLs