Skip to content

Commit

Permalink
Fix an unusual 3rd party content formatting bug in the Dropbox rule:
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Aug 4, 2011
1 parent 734a99d commit 72056be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chrome/content/rules/Dropbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

<rule from="^http://(dl|dl-web|files)\.dropbox\.com/" to="https://$1.dropbox.com/"/>
<rule from="^http://(www\.)?dropbox\.com/" to="https://www.dropbox.com/"/>

<!-- this fixes https://trac.torproject.org/projects/tor/ticket/3673 -->
<exclusion pattern="http://(www\.)?dropbox.com/frameresize.htm" />

<!-- This breaks blog.dropbox.com and forums.dropbox.com, for example
<rule from="^http://([^/:@]+)\.dropbox\.com/" to="https://$1.dropbox.com/"/>
-->
Expand Down

0 comments on commit 72056be

Please sign in to comment.