Ubuntu 实现Chrome跨域
打开 /usr/share/applications 找到Chrome的桌面快捷方式,复制一份到桌面。
在桌面上用文本编辑器打开刚复制的文件,在“Exec=”(如
Exec=/usr/bin/google-chrome-stable)后面添加 “ --args --disable-web-security --user-data-dir”
文章来源: https://blog.csdn.net/qq_42818467/article/details/89842619