Shrey
Shrey
# Summary # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) - [x] I've added...
# Summary if the allow_credential is true then handle the Authorization header in CORS request # Checklist - [x] I understand that this PR may be closed in case there...
Fixed the incorrect IPv6 address formats: BC:e4d5:c:e7b9::%40i0nccymtl9cwfKo.5vaeXLSGRMe:EDh2qs5wkhnPws5xQKqafjfAMm6wGFCJ.bVFsZfb 1dC:0DF8:62D:3AC::%KTatXocjaFVioS0RTNQl4mA.V151o0RSy.JIu-D-D8.d3171ZWsSJ7PK4YjkJCRN0F These addresses are now correctly identified as invalid. Updated the IPv6 address validation regex to correctly handle and reject invalid IPv6 address...
#2430 fix(isNumeric): Add support for scientific notation This PR addresses the issue described in issue #2430, where the isNumeric function did not support scientific notation. The regular expression used in...
## Description Fix the issue where `` is converted to ``. The expected result is ``. ## Checklist - [x] I’ve added tests to confirm my change works. - [...