vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 535 forks source link

CORS: support Chrome extensions #2581

Closed tsegismont closed 8 months ago

tsegismont commented 8 months ago

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 commented 8 months ago

@vietj PTAL