-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Opt out not compatible with some older browsers #22215
Comments
I've created a PR to fix the problem with |
As part of this work, it would great to define what older browsers we want to support for the tracker and/or what does 'on best effort basis' mean. |
In this case the JS code is generated by PHP. In general by using Closure Compiler it would be possible to define a target language spec like See https://github.com/google/closure-compiler/wiki/Flags-and-Options#basic-usage
|
What happened?
We offer the ability to embed a Tracking Opt Out see https://matomo.org/faq/general/faq_20000/
seeing https://github.com/matomo-org/matomo/pull/22210/files there is a
const
in the opt out code which makes me think the opt out is not functional on some older browsers such as IE 10. I didn't specifically test it but would assume this is the case.In terms of tracking code we support also older browsers see text at the bottom in https://matomo.org/faq/new-to-piwik/faq_20541/
What should happen?
Make Opt out work with older browsers.
Or maybe the opt out iframe still works there and docs can be adjusted to make this clear?
How can this be reproduced?
Embed opt out in IE 10
Matomo version
5.0.0
PHP version
No response
Server operating system
No response
What browsers are you seeing the problem on?
Other
Computer operating system
No response
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: