Disable firefox same origin policy
问题 I\'m developing a local research tool that requires me to turn off Firefox\'s same origin policy (in terms of script access, I don\'t really care about cross domain requests). More specifically, I want scripts in the host domain to be able to access arbitrary elements in any iframes embedded in the page, regardless of their domain. I\'m aware previous Q&As which mentioned the CORS FF extension, but that is not what I need, since it only allows CORS, but not script access. If it cannot be done