GurinderRawala / server-permiles

nodejs/postgres/express
0 stars 0 forks source link

Review CORS wildcard setting for security implications #90

Open gurindercoderabbitai[bot] opened 3 weeks ago

gurindercoderabbitai[bot] commented 3 weeks ago

Changing the CORS origin to '*', which allows requests from any origin, may raise potential security concerns. It's recommended to review this setting and consider restricting origins to a predefined list of trusted domains.

PR: https://github.com/GurinderRawala/server-permiles/pull/89

Comment: https://github.com/GurinderRawala/server-permiles/pull/89#discussion_r1818259395

Requested by @GurinderRawala.