Chrome Console: "Refused iframe autocomplete with different origins"

I get the above error in the JS console (but not FF). This is similar to Twitter widgets (the standard “Tweet” and “Follow @username” buttons) because they disappear when I comment on them.

Widget layout is just <a> and turns into an iframe by a process that I don’t quite understand, especially since the error persists when I comment on Twitter JS, which supposedly does it.

Full error:

 Refused to autofill iframe with different origin onloadwff.js:78 console_error onloadwff.js:78 fillfield onloadwff.js:183 receiveBG onloadwff.js:125 EventImpl.dispatchToListener extensions::event_bindings:397 publicClass.(anonymous function) extensions::utils:89 EventImpl.dispatch_ extensions::event_bindings:379 EventImpl.dispatch extensions::event_bindings:403 publicClass.(anonymous function) extensions::utils:89 dispatchOnMessage extensions::messaging:304 
+7
google-chrome same-origin-policy twitter iframe
source share
1 answer

The LastPass extension caused this for me. Temporarily disabled and errors disappear.

+10
source share

All Articles