Forum Discussion
Script Editor Web Parts & Google Chrome 57 don't work
- 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.
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.
Using Content Editor and pointing to HTML file in Subsite/SiteAssets folder didn't work for me using the following and Chrome 58 latest version:
pubauctions.html (file)
<html>
<head></head>
<body>
<embed src="http://www.publicsurplus.com/" width="99%" height="500px">
</body>
</html>
- LiasGallardoApr 28, 2017Copper Contributor
Unfortunately, this not only affects the display in Chrome but using IE 11 also brings up a dialog:
Only secure content is displayed and requires the button Show all content to be clicked before displaying the content editor web part.
It's affecting FIrefox as well
- JaredMatfessApr 28, 2017Iron Contributor
Having this exact same problem when trying to add embedded Yammer content. So that's kind of annoying.
- LiasGallardoApr 28, 2017Copper Contributor
It's more than annoying here, we've been pushing out online security training to staff and these kind of errors are pop ups that can be confused for phishing attempts, malware, etc. and lead to helpdesk issues.
I would typically recommend to NOT click on a popup.