検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 73 for redirect (0.044 sec.)
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t. Mitigated possible XSS attack via user-supplied redirect URLs ¶ Django relies on user input in some cases ( ... g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on success" URL. The security chec ... ks for these redirects (namely django.utils.http.is_safe_url() ) didn't ... developer relied on is_safe_url() to provide safe redirect targets and put such a URL into a link, they could ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 7056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... they were found to have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The ... validation for redirects did not correctly validate some malformed URLs, w ... ccepted by some browsers. This allows a user to be redirected to an unsafe URL unexpectedly. Django relies on ... .login() , django.contrib.comments , and i18n ) to redirect the user to an "on success" URL. The security chec ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 7056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... they were found to have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The ... validation for redirects did not correctly validate some malformed URLs, w ... ccepted by some browsers. This allows a user to be redirected to an unsafe URL unexpectedly. Django relies on ... .login() , django.contrib.comments , and i18n ) to redirect the user to an "on success" URL. The security chec ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 7000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere found to have similar issues. Issue: Malformed redirect URLs from user input not correctly validated ¶ The ... validation for redirects did not correctly validate some malformed URLs, w ... ccepted by some browsers. This allows a user to be redirected to an unsafe URL unexpectedly. Django relies on ... .login() , django.contrib.comments , and i18n ) to redirect the user to an "on success" URL. The security chec ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6958
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on-streaming responses. CommonMiddleware. response_redirect_class ¶ Defaults to HttpResponsePermanentRedirect ... leware and override the attribute to customize the redirects issued by the middleware. class BrokenLinkEmailsM ... ント を参照してください。 LocaleMiddleware. response_redirect_class ¶ デフォルトは HttpResponseRedirect です。 L ... INS SECURE_HSTS_PRELOAD SECURE_HSTS_SECONDS SECURE_REDIRECT_EXEMPT SECURE_REFERRER_POLICY SECURE_SSL_HOST SECU ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
設定 — Django 4.0.6 ドキュメント 6916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ining HTTPS, perhaps via custom middleware. SECURE_REDIRECT_EXEMPT ¶ デフォルト値: [] (空のリスト) If a URL pa ... r expression in this list, the request will not be redirected to HTTPS. The SecurityMiddleware strips leading ... s, so patterns shouldn't include them, e.g. SECURE_REDIRECT_EXEMPT = [r'^no-ssl/$', …] . If SECURE_SSL_REDIREC ... ne If a string (e.g. secure.example.com ), all SSL redirects will be directed to this host rather than the ori ...
https://man.plustar.jp/django/ref/settings.html - [similar]
索引 — Django 4.0.6 ドキュメント 6861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tRaisesMessage() (SimpleTestCase のメソッド) assertRedirects() (SimpleTestCase のメソッド) assertTemplateNotUs ... t (Response の属性) (SimpleTestCase の属性) client.RedirectCycleError client_class (SimpleTestCase の属性) clo ... trib.postgres.validators モジュール django.contrib.redirects モジュール django.contrib.sessions モジュール dja ... xtMixin (組み込みクラス) django.views.generic.base.RedirectView (組み込みクラス) django.views.generic.base.Tem ...
https://man.plustar.jp/django/genindex.html - [similar]
Base views — Django 4.0.6 ドキュメント 6861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the extra_context keyword argument for as_view() . RedirectView ¶ class django.views.generic.base. RedirectVie ... ト setup() dispatch() http_method_not_allowed() get_redirect_url() Example views.py : from django.shortcuts imp ... bject_or_404 from django.views.generic.base import RedirectView from articles.models import Article class Arti ... cleCounterRedirectView ( RedirectView ): permanent = False query_stri ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Django 1.11.22 リリースノート — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... solute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance with SECURE_SSL_REDIRECT ... s_secure() , build_absolute_uri() , and SECURE_SSL_REDIRECT . 目次 Django 1.11.22 リリースノート CVE-2019-1278 ...
https://man.plustar.jp/django/releases/1.11.22.html - [similar]
Django 2.1.10 リリースノート — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... solute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance with SECURE_SSL_REDIRECT ... s_secure() , build_absolute_uri() , and SECURE_SSL_REDIRECT . 目次 Django 2.1.10 リリースノート CVE-2019-12781 ...
https://man.plustar.jp/django/releases/2.1.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT