Where to disable cross-network protection in Opera?

蹲街弑〆低调 提交于 2019-11-30 22:28:28

I believe opera:config#Network|AllowCrossNetworkNavigation is the right preference.

Nowadays Opera is based on chromium, so you shoud use chromium way to disable SOP and process requests without CORS headers:

cd c:\Program Files\Opera\
launcher.exe --disable-web-security --user-data-dir="c:\nocorsbrowserdata"

Of course like in chromium, to make this work you should kill all your instances of opera.exe before starting with --disable-web-security flag. If you want more details how to automate this, see tip on my website

hallvors

Disabling it entirely has security implications though - see this: Opera won't load some JavaScript files for a safer workaround :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!