Skip to content
Snippets Groups Projects
Commit 54a1a296 authored by Matt Henderson's avatar Matt Henderson
Browse files

docs: Update reference to `redirect.trustedsites`. Fixes #786

parent 558ec6e5
No related branches found
No related tags found
No related merge requests found
...@@ -968,7 +968,7 @@ class HTTP ...@@ -968,7 +968,7 @@ class HTTP
/** /**
* This function redirects to the specified URL after performing the appropriate security checks on it. * 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. * configuration.
* *
* If the aforementioned option is not set or the URL does correspond to a trusted site, it performs a redirection * 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