mfatemipour commented on issue #43252: URL: https://github.com/apache/airflow/issues/43252#issuecomment-2497432445
Hi, Your fix isn't complete, as I mentioned in my previous command isSanitised should returns `true` also for internal urls. but now it returns `false` ``` const urlRegex = /^(https?:)/i; return urlRegex.test(url); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
