We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344e8e4 commit 44c302aCopy full SHA for 44c302a
1 file changed
chromium/rules.js
@@ -97,7 +97,7 @@ function RuleSets() {
97
RuleSets.prototype = {
98
99
localPlatformRegexp: (function() {
100
- let isOpera = navigator.userAgent.match(/(?:OPR|Opera)[\/\s](\d+)(?:\.\d+)/);
+ var isOpera = navigator.userAgent.match(/(?:OPR|Opera)[\/\s](\d+)(?:\.\d+)/);
101
if (isOpera && isOpera.length === 2 && parseInt(isOpera[1]) < 23) {
102
// Opera <23 does not have mixed content blocking
103
log(DBUG, 'Detected that we are running Opera < 23');
0 commit comments