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"; |
} |