We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a346f1 commit c6ca678Copy full SHA for c6ca678
1 file changed
src/chrome/content/rules/Microsoft.xml
@@ -355,6 +355,10 @@
355
<target host="microsoft.com" />
356
<target host="*.microsoft.com" />
357
358
+ <!-- Produces a 502 Gateway Timeout on HTTPS.
359
+ Reported by tweet: https://twitter.com/MarcGLib/status/620931025653342208 -->
360
+ <exclusion pattern="^http://www\.microsoft\.com/en-us/software-recovery" />
361
+ <test url="http://www.microsoft.com/en-us/software-recovery" />
362
<!--exclusion pattern="^http://msdn\.microsoft\.com/" /-->
363
364
<!-- https://mail1.eff.org/pipermail/https-everywhere-rules/2012-June/001189.html
0 commit comments