Forum Discussion
Robert Woods
Apr 18, 2017Iron Contributor
Script Editor Web Parts & Google Chrome 57 don't work
SharePoint Online Script Editor Web Part is causing ERR_BLOCKED_BY_XSS_AUDITOR. Anyone else seeing this with the latest Chrome updates? Happens for me when in Page Edit mode, trying to edit any web p...
- Apr 18, 2017
Quick workaround maybe is to use a Content Editor Webpart and point at an HTML file which pulls in the necessary JavaScript + CSS required for whatever customization you're doing? I hate the Script Editor Webpart, but appreciate that people need to inject customizations into pages.
JaredMatfess
Apr 18, 2017Iron Contributor
Quick workaround maybe is to use a Content Editor Webpart and point at an HTML file which pulls in the necessary JavaScript + CSS required for whatever customization you're doing? I hate the Script Editor Webpart, but appreciate that people need to inject customizations into pages.
Robert Woods
Apr 18, 2017Iron Contributor
This did resolve the issue. Thanks again!