-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Documented the security options related to redirections #7450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documented the security options related to redirections #7450
Conversation
reference/configuration/security.rst
Outdated
always_use_default_target_path | ||
.............................. | ||
|
||
**type**: ``boolean`` **default** ``false`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing colon
reference/configuration/security.rst
Outdated
default_target_path | ||
.................... | ||
|
||
**type**: ``string``, **default**: ``/`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not have commas anywhere else.
reference/configuration/security.rst
Outdated
target_path_parameter | ||
..................... | ||
|
||
**type**: ``string``, **default**: ``_target_path`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
reference/configuration/security.rst
Outdated
|
||
**type**: ``string``, **default**: ``/`` | ||
|
||
The page users are redirect to when there is no previous page stored in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[...] are redirected to [...]
reference/configuration/security.rst
Outdated
**type**: ``string``, **default**: ``/`` | ||
|
||
The page users are redirect to when there is no previous page stored in the | ||
session (for example when the users access directly to the login page). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[...] for example, when users browse the login form directly [...]
reference/configuration/security.rst
Outdated
use_referer | ||
........... | ||
|
||
**type**: ``boolean``, **default**: ``false`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the comma should be removed
👍 Status: Reviewed |
Thank you Javier. |
No description provided.