Files
edx-platform/openedx/core/djangoapps
Phillip Shiu a964f637e7 fix: improve regex for contains_url (#33886)
This regex is used for checking if a field contains a URL. We did this because we didn't want URLs in a user's "full name".

The capturing groups on the current regex are not needed to capture a URL. This commit simplifies and makes the regex stricter by banning the character combination "://".
2023-12-08 10:25:48 -05:00
..
2023-11-29 16:15:38 +05:00
2023-11-27 13:45:59 +05:00
2023-10-18 20:30:04 +05:00