Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: puppet/modules/adblockplusorg/files/adblockplus.org

Issue 5084342984376320: Noissue - Update IE detection in development mode (Closed)
Patch Set: Created Feb. 13, 2015, 2:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: puppet/modules/adblockplusorg/files/adblockplus.org
===================================================================
--- a/puppet/modules/adblockplusorg/files/adblockplus.org
+++ b/puppet/modules/adblockplusorg/files/adblockplus.org
@@ -29,6 +29,12 @@
if ($http_user_agent ~ \bMSIE\ \d+) {
set $user_agent "internet-explorer";
}
+ if ($http_user_agent ~ \bTrident/\d+) {
+ set $user_agent "internet-explorer";
+ }
+ if ($http_user_agent ~ \bEdge/\d+) {
+ set $user_agent "internet-explorer";
+ }
if ($http_user_agent ~ \bPresto/\d+) {
set $user_agent "opera";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld