Disable cross domain web security in Firefox

后端 未结 8 626
耶瑟儿~
耶瑟儿~ 2020-11-29 00:24

In Firefox, how do I do the equivalent of --disable-web-security in Chrome. This has been posted a lot, but never a true answer. Most are links to add-ons (some

8条回答
  •  既然无缘
    2020-11-29 00:39

    The Chrome setting you refer to is to disable the same origin policy.

    This was covered in this thread also: Disable firefox same origin policy

    about:config -> security.fileuri.strict_origin_policy -> false

提交回复
热议问题