Iframe origin error in Safari due to CSS rule
I have replicated an error as shown below in Safari: Blocked a frame with origin "thepagedomain" from accessing a frame with origin "theiframesourcedomain". Protocols, domains, and ports must match. With the following very simple page: <html><head> <style> #iframe{ width: 100%;…