8000 Reworded the article about form login redirects by javiereguiluz · Pull Request #8192 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Reworded the article about form login redirects #8192

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

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed a note that has been moved to the security config reference
  • Loading branch information
javiereguiluz committed Jul 20, 2017
commit 5652ab0d00954645be13baa5c0b6ed0ebd69c048
5 changes: 0 additions & 5 deletions security/form_login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,6 @@ parameter is included in the request, you may use the value of the
),
));

.. note::

For historical reasons, and to match the misspelling of the HTTP standard,
the option is called ``use_referer`` instead of ``use_referrer``.

.. note::

The referrer URL is only used when is different from the URL generated by
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[...] when it is [...]

Expand Down
0