mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
46064f8f88
Return true for Director::is_absolute_url() checks if they're prefixed with two or more slashes (as browsers interpret this as a valid URL) More solid URL checks in Director::is_site_url(), using a conservative parse_url() hostname comparison rather than Director::makeRelative(), which is not designed for security purposes |
||
---|---|---|
.. | ||
ContentController.php | ||
ContentNegotiator.php | ||
Controller.php | ||
Director.php | ||
FormResponse.php | ||
HTTPRequest.php | ||
HTTPResponse.php | ||
ModelAsController.php | ||
NestedController.php | ||
RequestHandler.php | ||
RootURLController.php | ||
SilverStripeNavigatorItem.php |