We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/extensions/
1 parent 0858f99 commit b8ffc1aCopy full SHA for b8ffc1a
src/backend/src/modules/web/WebServerService.js
@@ -612,7 +612,7 @@ class WebServerService extends BaseService {
612
req.co_isolation_enabled
613
;
614
615
- if ( req.path === '/signup' || req.path === '/login' ) {
+ if ( req.path === '/signup' || req.path === '/login' || req.path.startsWith('/extensions/') ) {
616
res.setHeader('Access-Control-Allow-Origin', origin ?? '*');
617
}
618
// Website(s) to allow to connect
0 commit comments