|
|
|
|
|
by thinkloop
2642 days ago
|
|
> If it was technologically possible It's actually pretty easy, you can start chrome with --disable-web-security flag [1] > I also think you could argue "What if outline loaded articles in an iframe?" I'm sure this would be legal as it's equivalent to loading the site in a tab. The parent site wouldn't be able to manipulate any of the content/ads/paywalls/functionality, and the content site gets the full hit. [1] https://stackoverflow.com/questions/3102819/disable-same-ori... |
|
What? What do we disable CORS for if not to allow Javascript from one domain manipulate content in an iframe of an other domain? Am I missing something?