-
Improvement
-
Resolution: Fixed
-
Critical
-
3.2, 3.11, 4.0
-
MOODLE_311_STABLE, MOODLE_32_STABLE, MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-56873-master -
-
0
-
Internationals - 3.11 Sprint 7, Internationals - 3.11 Sprint 8, Internationals - 3.11 Sprint 9, Internationals - 4.0 Sprint 1, HQ Team International Sprint 2
After MDL-48498 we have new settings for the HTTP security:
cURL blocked hosts list
($CFG->curlsecurityblockedhosts)
and
cURL allowed ports list
($CFG->curlsecurityallowedport)
They are both empty by default. It makes sense to keep them empty for upgraded sites that can already have RSS feeds pointing to local hosts or weird ports.
However for new installations I recommend to set reasonable defaults blacklisting various local hosts and whitelisting 80 port only.