Skip to content

Instantly share code, notes, and snippets.

@kleberksms
Forked from dongyuwei/disable-web-security.md
Created August 9, 2018 16:47
Show Gist options
  • Save kleberksms/16a4f0519cb518fde412232e91cca186 to your computer and use it in GitHub Desktop.
Save kleberksms/16a4f0519cb518fde412232e91cca186 to your computer and use it in GitHub Desktop.
how to disable same origin policy in chrome , for ubuntu users.

how to disable same origin policy in chrome , for ubuntu users.

vim /usr/share/applications/google-chrome.desktop

Exec=/opt/google/chrome/google-chrome --incognito --disable-web-security

--disable-web-security is the key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment