3

Trying to use the inkfilepicker and getting some security errors in Chrome (works in Safari though).

Blocked a frame with origin "https://www.filepicker.io" from accessing a frame with origin "http://localhost:5150". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

This is probably the closest question on SO, but it has no answer.

Community
  • 1
  • 1
GN.
  • 8,672
  • 10
  • 61
  • 126
  • The SO post that you mentioned seems to say: 1. File Picker works even though this warning comes up. 2. It's a known Chrome issue and 3. they're working on it. Is there something in particular you are looking for? – Liyan Chang Aug 15 '13 at 21:02
  • Yes. When an error is encounted, a new window is created rather than using a modal. Is that the expected behavior? – GN. Aug 15 '13 at 21:31
  • You're hitting one of the fallback mechanisms that it has when it's not allowed to communicate between your page and the modal iframe. If you have "Block third-party cookies and site data" set in Chrome. Try unchecking that setting in Chrome/Advanced Settings/Content Settings/ – Liyan Chang Aug 15 '13 at 21:37
  • We are also seeing this issue. Anyone has any ideas. I checked my chrome advance settings and i have the checkbox unchecked for "Blocked third party cookies and site data". – Vivek Patel Jun 23 '15 at 18:02

1 Answers1

4

Do you have the LastPass chrome extension installed? They do not play nicely with each other.

mdressman
  • 51
  • 3