Open
Description
I'm developing figma plugin and figma uploads plugins html from local filesystem, in this case, all requests will have 'Origin: null' header and thus Access-Control-Allow-Origin
will have null
, which, in turn, leads to CORS error in browser. I've checked preflight_handler.py source and did not found any way to change usage of existing Origin
header value to externally defined one(*
). Am I missing something?
Metadata
Metadata
Assignees
Labels
No labels