Skip to content
Snippets Groups Projects
Commit b083f6d3 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Update the upgrade notes to warn about the new default for 'trusted.url.domains'.

parent 7be5684e
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ documents, or using encryption, is is still needed. ...@@ -8,6 +8,10 @@ documents, or using encryption, is is still needed.
PHP session cookies are now set to HTTP-only by default. This relates to the `session.phpsession.httponly` PHP session cookies are now set to HTTP-only by default. This relates to the `session.phpsession.httponly`
configuration option. configuration option.
The default value for the 'trusted.url.domains' option in the config file has been changed from null to an empty array,
making SimpleSAMLphp secure to open redirection attacks by default. Setting it explicitly to null will re-allow
insecure redirections.
The jQuery version in use has been bumped to the latest 1.8.X version. The jQuery version in use has been bumped to the latest 1.8.X version.
The following deprecated files, directories and endpoints have been removed: The following deprecated files, directories and endpoints have been removed:
...@@ -180,4 +184,4 @@ The following modules will no longer be shipped with the next version of SimpleS ...@@ -180,4 +184,4 @@ The following modules will no longer be shipped with the next version of SimpleS
* `saml2debug` * `saml2debug`
* `themefeidernd` * `themefeidernd`
The default value for trusted.url.domains in the config template has been changed from NULL to an empty array(), this sets a higher grade of default security. Resetting to NULL will re-allow untrusted routing.
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