This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Time_Inc.xml * Improve Time_Inc.xml coverage and link Time_Inc.xml to TIME.com.xml
- Loading branch information
Showing
2 changed files
with
42 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +1,59 @@ | ||
<!-- | ||
Disabled by https-everywhere-checker because: | ||
Fetch error: http://timeinc.net/ => https://timeinc.net/: (7, 'Failed to connect to timeinc.net port 443: Connection timed out') | ||
Other Time Inc rulesets: | ||
- TIME.com.xml | ||
- Customersvc.com.xml | ||
- Entertainment_Weekly.xml | ||
- Fortune.com.xml | ||
- People.com.xml | ||
Non-functional hosts in *.timeinc.net | ||
CDN buckets: | ||
Couldn't connect to server: | ||
- timeinc.net | ||
- timecm.122.2o7.net | ||
Peer certificate cannot be authenticated with given CA certificates: | ||
- dev-wpcom.timeinc.net | ||
- timeinc.brightcove.com.edgesuite.net | ||
- a1213.g.akamai.net | ||
- fonts.timeinc.net.edgesuite.net | ||
- a1726.g2.akamai.net | ||
- i.timeinc.net.edgesuite.net | ||
- a850.g.akamai.net | ||
- img.timeinc.net | ||
- img2.timeinc.net.edgesuite.net | ||
- a626.g.akamai.net | ||
- img2.timeinc.net | ||
- img2-1.timeinc.net.edgesuite.net | ||
- a1449.g.akamai.net | ||
- img2-1.timeinc.net | ||
- img2-2.timeinc.net.edgesuite.net | ||
- a1170.g.akamai.net | ||
- img2-2.timeinc.net | ||
- img2-3.timeinc.net.edgesuite.net | ||
- a1073.g.akamai.net | ||
- img2-3.timeinc.net | ||
- img2-short.timeinc.net.edgesuite.net | ||
- a760.g.akamai.net | ||
- i2.akamai.timeinc.net | ||
- i2.timeinc.net | ||
Nonfunctional domains: | ||
- timeinc.com (refused) | ||
- www.timeinc.com (Redirects to http, akamai) | ||
Problematic domains: | ||
- img2.timeinc.net * | ||
- img2-[123].timeinc.net * | ||
- img2-short.timeinc.net * | ||
- img5.timeinc.net * | ||
* Works, akamai | ||
Fully covered domains: | ||
- timeinc.brightcove.com.edgesuite.net (→ akamai) | ||
- invest.timeinc.com | ||
- subscription.timeinc.com | ||
- subscription-assets.timeinc.com | ||
- timeinc.net subdomains: | ||
- cgi | ||
- fonts (→ akamai) | ||
- i2 | ||
- img (→ akamai) | ||
- img2 (→ i2) | ||
- img2-[123] (→ i2) | ||
- img5 (→ akamai) | ||
These altnames don't exist: | ||
- www.invest.timeinc.com | ||
Incomplete certificate chain error: | ||
- github.timeinc.net | ||
- jenkins.ties.timeinc.net | ||
4xx client error: | ||
- i2.timeinc.net | ||
--> | ||
<ruleset name="Time Inc (partial)" default_off='failed ruleset test'> | ||
|
||
<ruleset name="Time Inc (partial)"> | ||
<!-- *.timeinc.net --> | ||
<target host="www.timeinc.net" /> | ||
<test url="http://www.timeinc.net/subs/newsstand/main.html" /> | ||
<target host="amp.timeinc.net" /> | ||
<test url="http://amp.timeinc.net/time/4753419/time-100-gala-biggest-moments/?source=dam" /> | ||
<target host="cgi.timeinc.net" /> | ||
<target host="fonts.timeinc.net" /> | ||
<test url="http://fonts.timeinc.net/ti/fortune/webfonts.css?ver=1.0.00" /> | ||
<target host="git.timeinc.net" /> | ||
<target host="img.timeinc.net" /> | ||
<test url="http://img.timeinc.net/tii/omniture/h/config/time_s_code_multivideo.js" /> | ||
<target host="img5.timeinc.net" /> | ||
<test url="http://img5.timeinc.net/keynote/above_the_fold_1x1.gif" /> | ||
<target host="smetrics.timeinc.net" /> | ||
<target host="svn.timeinc.net" /> | ||
<target host="tia.timeinc.net" /> | ||
<test url="http://tia.timeinc.net/fortune/tia_tgx.min.js" /> | ||
<target host="tiads.timeinc.net" /> | ||
<test url="http://tiads.timeinc.net/ads/tii_bk-coretag.js" /> | ||
|
||
|
||
<!-- *.timeinc.com --> | ||
<target host="timeinc.com" /> | ||
<target host="www.timeinc.com" /> | ||
<target host="invest.timeinc.com" /> | ||
<target host="subscription.timeinc.com" /> | ||
<target host="subscription-assets.timeinc.com" /> | ||
<target host="timeinc.net" /> | ||
<target host="cgi.timeinc.net" /> | ||
<target host="i2.timeinc.net" /> | ||
<target host="www.timeinc.net" /> | ||
|
||
<!-- | ||
Redirects to http: | ||
--> | ||
<!--exclusion pattern="^http://www\.timeinc\.com/($|favicon\.ico|wp-content/)" /--> | ||
|
||
|
||
<test url="http://subscription-assets.timeinc.com/prod/assets/themes/magazines/SUBS/templates/velocity/site/mm-newsstand/lp.html" /> | ||
|
||
<securecookie host="^subscription\.timeinc\.com$" name=".+" /> | ||
|
||
|
||
<rule from="^http:" | ||
to="https:" /> | ||
|
||
<rule from="^http:" to="https:" /> | ||
</ruleset> |