“do you want to display non-secure items?” . . . IE security popup
-
Hi;
I am managing a site that is delivered via https, and it displays fine in every other browser in the universe except (wait for it. . . ) IE.In IE, users are getting security popups asking “do you want to display non-secure items?”
We can tell our users to ditch IE.
We can tell our users to change their security settings; Miscellaneous->Display mixed content: Enable.But neither of these make it easy for our users to view the site. This warning pops up on every fricking page.
I’ve googled this, and I don’t see any real clear resolution of this problem. Just a couple of “hey try this” suggestions:
1. Site elements are being delivered unsecured: I don’t think so, not sure how to verify this, but all http requests are redirected to https.
2. Set your iframe’s src to a dummy value: we’re not using iframes. Anywhere. As far as I know.
3. Microsoft even says this can happen if: (https://support.microsoft.com/kb/925014) you’re using the removeChild() method to delete a DIV element that references a background image – you should either use the outerHTML method to delete that DIV element, or put the background image into your CSS. In either case: WTF? more detail please! Where? How?
I’m sure the “removeChild” method appears in several spots in both my template, and the wp-includes/js collection of javascript files (which means, these come with WP, and everyone should be seeing this problem?).
Anyone have any constructive advice for getting rid of this annoying usability problem? (other than telling my users to ditch IE; if my customer would let me, I’d put a “download firefox and stop complaining” link in the footer of every page. I’m sure I’m not the first web developer to wrestle with this)
- The topic ‘“do you want to display non-secure items?” . . . IE security popup’ is closed to new replies.