I'm getting these two errors when I paste some basic rich text (a paragraph with two links) into a CKEditor in Internet Explorer 9. The rich text is copied from a http web page and the CKEditor is sitting on a https page.
SEC7111: HTTPS security is compromised by http://www.google-analytics.com/ga.js
HTML1115: X-UA-Compatible META tag ('IE=9.0000') ignored because document mode is already finalized.
If I inspect my clipboard contents (using a tool called ClipMagic) I see a complete HTML document including the google analytics script from the page I'm copying text from.
Has anyone seen this before? Know of a fix for the errors above? Maybe there's some way to hook into the paste event and remove the extra junk HTML before the browser chokes on it?
CKEditor 4.0, Revision 769d96134b
IE 9.0.8112.16421
Win 7 (In a virtualbox)