Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -129,6 +129,8 @@ |
130 | 130 | * protocols, because we only want protocols that both cURL |
131 | 131 | * and php support. |
132 | 132 | * |
| 133 | + * file:// should not be allowed there for security purpose (r67684) |
| 134 | + * |
133 | 135 | * @fixme this is wildly inaccurate and fails to actually check most stuff |
134 | 136 | * |
135 | 137 | * @param $uri Mixed: URI to check for validity |