Andrew Hintz
2016-01-17 17:42:12 UTC
isTrusted has now been implemented for Chrome Extensions:
https://www.chromestatus.com/feature/6461137440735232
https://code.google.com/p/chromium/issues/detail?id=334015
https://googlechrome.github.io/samples/event-istrusted/
Many thanks to dtapuska for doing the work!
https://www.chromestatus.com/feature/6461137440735232
https://code.google.com/p/chromium/issues/detail?id=334015
https://googlechrome.github.io/samples/event-istrusted/
Many thanks to dtapuska for doing the work!
Hi,
One of my colleague is trying to fix a XSS security issue in a chrome
extension, which needs to distinguish if a keyboard or mouse event is
actually fired by the user. Seems that Event.isTrusted
<http://www.w3.org/TR/DOM-Level-3-Events/#widl-Event-isTrusted> attribute
fits the requirement perfectly, but unfortunately Chrome doesn't support
it. So we are wondering if there is any plan to support it in Chrome in
near future? Or is there an alternate way to achieve it?
Thanks a lot.
--
- James Su
One of my colleague is trying to fix a XSS security issue in a chrome
extension, which needs to distinguish if a keyboard or mouse event is
actually fired by the user. Seems that Event.isTrusted
<http://www.w3.org/TR/DOM-Level-3-Events/#widl-Event-isTrusted> attribute
fits the requirement perfectly, but unfortunately Chrome doesn't support
it. So we are wondering if there is any plan to support it in Chrome in
near future? Or is there an alternate way to achieve it?
Thanks a lot.
--
- James Su
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.