File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ fallback
253
253
fallbacks
254
254
faq
255
255
FastCGI
256
+ favicon
256
257
fieldset
257
258
fieldsets
258
259
filename
Original file line number Diff line number Diff line change @@ -1006,6 +1006,15 @@ implementation details see :ref:`using-the-views`.
1006
1006
authenticated users accessing the login page will be redirected as if
1007
1007
they had just successfully logged in. Defaults to ``False``.
1008
1008
1009
+ .. warning::
1010
+
1011
+ If you enable ``redirect_authenticated_user``, other websites will be
1012
+ able to determine if their visitors are authenticated on your site by
1013
+ requesting redirect URLs to image files on your website. To avoid
1014
+ this "`social media fingerprinting
1015
+ <https://robinlinus.github.io/socialmedia-leak/>`_" information
1016
+ leakage, host all images and your favicon on a separate domain.
1017
+
1009
1018
* ``success_url_allowed_hosts``: A :class:`set` of hosts, in addition to
1010
1019
:meth:`request.get_host() <django.http.HttpRequest.get_host>`, that are
1011
1020
safe for redirecting after login. Defaults to an empty :class:`set`.
You can’t perform that action at this time.
0 commit comments