Fix CPS-sandbox issues with tts_demo extension
This CL is fixing the errors while loading the tts_demo in recent chrome version. The demo is no longer working due to restriction with the sandbox policies. see: https://stackoverflow.com/questions/36324333/refused-to-execute-inline-event-handler-because-it-violates-csp-sandbox The previous JS code for the click/focus handlers were not executed since they are inlined handlers. Bug: 1133813 Change-Id: I2e6df706a1f43257a1a3e254ddb955fa000220a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490262 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#820293}
Showing
Please register or sign in to comment