-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.2
-
MOODLE_33_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-60141-master -
It is defined as PARAM_URL but the admin setting in https://github.com/moodle/moodle/blob/master/admin/settings/security.php#L57 is defined as PARAM_RAW
This may break the mobile app signup features in sites where the site policy is not a PARAM_URL (it could be a relative path, link to a different protocol, internal document, etc..)