vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

CORS: support Chrome extensions

Open tsegismont opened this issue 1 year ago • 0 comments

See #2556

This commit makes it possible to use star origin in CORS handler setup with a Chrome extension client app. Chrome Extensions use an origin of the follow form: chrome-extension://<extension-id> An extension id is 32 chars long and contains chars from 'a' to 'p' (0->9 + A->F translated to a->p).

tsegismont avatar Mar 14 '24 13:03 tsegismont