3

Is there a way CORS can be enabled in chrome permanently, so I won't have to open the terminal and type the command open -a Google\ Chrome --args --disable-web-security all the time?

STheFox
  • 1,478
  • 4
  • 18
  • 24

1 Answers1

1

@palaniraja helped to solve this in Opera on Mac (https://stackoverflow.com/a/43571952/7662526) with next command:

open -a Opera --args --disable-web-security --user-data-dir=~/emptydir 

So please try to add --user-data-dir=~/emptydir to your command

Make Tips
  • 180
  • 2
  • 6