endgameinc / xori

Xori is an automation-ready disassembly and static analysis library for PE32, 32+ and shellcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow cross origin request from anything

partialdata opened this issue · comments

For production use, it’s best not to allow all origins. Instead, create a white list of allowed domains, and check each request against the white list.