Skip to content

Commit

Permalink
Fixed rules for WordPress.com to avoid issues on the forums and suppo…
Browse files Browse the repository at this point in the history
…rt pages
  • Loading branch information
koke committed Dec 3, 2010
1 parent ca6c8b8 commit af62439
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/chrome/content/rules/WordPress.xml
Expand Up @@ -2,8 +2,11 @@
<target host="wordpress.com" />
<target host="*.wordpress.com" />

<exclusion pattern="^http://en\.blog\.wordpress\.com/"/>
<exclusion pattern="^http://en\.blog\.files\.wordpress\.com/"/>
<exclusion pattern="^http://s\.wordpress\.com/"/>
<exclusion pattern="^http://.*\.blog\.wordpress\.com/"/>
<exclusion pattern="^http://.*\.blog\.files\.wordpress\.com/"/>
<exclusion pattern="^http://.*\.forums\.wordpress\.com/"/>
<exclusion pattern="^http://.*\.support\.wordpress\.com/"/>
<rule from="^http://wordpress\.com/" to="https://wordpress.com/"/>
<rule from="^http://www\.wordpress\.com/" to="https://www.wordpress.com/"/>
<rule from="^http://([^/:@]*)\.wordpress\.com/" to="https://$1.wordpress.com/"/>
Expand Down

0 comments on commit af62439

Please sign in to comment.