OfficeDev / Outlook-Add-in-On-Send

Learn how to check for restricted words in an Outlook email message body, add a recipient to the CC line and check that there is a subject in the email on send.
MIT License
35 stars 31 forks source link

IE11 - JS Files not loading. #11

Open sourabhkrishna opened 4 years ago

sourabhkrishna commented 4 years ago

Outlook Add-in that we developed works Outlook for Web on Chrome with no problems, but we can't get it run on IE 11.

We get the following errors in console on IE 11:

SEC7111: HTTPS security is compromised by res://ieframe.dll/errorPageStrings.js SEC7111: HTTPS security is compromised by res://ieframe.dll/httpErrorPagesScripts.js SEC7111: HTTPS security is compromised by res://ieframe.dll/red_x.png SEC7111: HTTPS security is compromised by res://ieframe.dll/bullet.png SEC7111: HTTPS security is compromised by res://ieframe.dll/background_gradient.jpg SEC7111: HTTPS security is compromised by res://ieframe.dll/forbidframing.htm SEC7111: HTTPS security is compromised by res://ieframe.dll/errorPageStrings.js SEC7111: HTTPS security is compromised by res://ieframe.dll/httpErrorPagesScripts.js SEC7111: HTTPS security is compromised by res://ieframe.dll/red_x.png SEC7111: HTTPS security is compromised by res://ieframe.dll/bullet.png SEC7111: HTTPS security is compromised by res://ieframe.dll/background_gradient.jpg We examined the network request. The server returns the HTML content but for some reason that content isn't rendered on the screen.

In HTTP Watch , I see all the JS file script tags calls are aborted.

We are looking for a solutions which we can apply to our code without needing a user to update it's IE security options. Please help! Thank you

dailyUnknown commented 2 years ago

Hello,

I am having the same problem. Were you able to fix yours? Please advise.

Thank you.