Skip to content
Snippets Groups Projects
Unverified Commit 616b30b0 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Merge pull request #787 from forevermatt/bug/update-redirectUntrustedURL-doc-comment

docs: Update reference to `redirect.trustedsites`. Fixes #786
parents 558ec6e5 54a1a296
No related branches found
No related tags found
No related merge requests found
......@@ -968,7 +968,7 @@ class HTTP
/**
* This function redirects to the specified URL after performing the appropriate security checks on it.
* Particularly, it will make sure that the provided URL is allowed by the 'redirect.trustedsites' directive in the
* Particularly, it will make sure that the provided URL is allowed by the 'trusted.url.domains' directive in the
* configuration.
*
* If the aforementioned option is not set or the URL does correspond to a trusted site, it performs a redirection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment