facebook / memlab

A framework for finding JavaScript memory leaks and analyzing heap snapshots
https://facebook.github.io/memlab/
MIT License
4.35k stars 118 forks source link

Can memlab support the disable-web-security option ? #38

Closed ftniu closed 1 year ago

ftniu commented 1 year ago

Our app runs on a customized browser. And our servers do not allow cross-domain requests. So we got cors error while using memlab. Can memlab support the disable-web-security option ?

JacksonGL commented 1 year ago

@ftniu Yes, we can add a --disable-web-security option in MemLab command line. You can also add the flag to your local build (code pointer).