Not work in private browser mode
-
Hi!
Today I discovered that your plugin does not work in private browser mode. Having looked at the reason, I found that “true” comes to the variable m in private mode and then the condition:
..
function w(e) {
if (!0 === m || !0 === g) return;..
fires and terminates.For experimentation, I assigned “m” = “false” in your yasr-globals.js and then everything works.
Please fix this error.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Not work in private browser mode’ is closed to new replies.