You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 havenull
, 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 existingOrigin
header value to externally defined one(*
). Am I missing something?The text was updated successfully, but these errors were encountered: