検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for secure (0.027 sec.)
設定 — Django 4.0.6 ドキュメント 12517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _SAMESITE for details about SameSite . CSRF_COOKIE_SECURE ¶ デフォルト値: False Whether to use a secure cook ... his is set to True , the cookie will be marked as "secure", which means browsers may ensure that the cookie ... match the origin present in the Host header. For a secure unsafe request that doesn't include the Origin hea ... (and/or http://... if requests originate from an insecure page). The setting also supports subdomains, so yo ...
https://man.plustar.jp/django/ref/settings.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 11796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... independently enabled or disabled with a setting. SECURE_CONTENT_TYPE_NOSNIFF SECURE_CROSS_ORIGIN_OPENER_PO ... LICY SECURE_HSTS_INCLUDE_SUBDOMAINS SECURE_HSTS_PRELOAD SECURE ... _HSTS_SECONDS SECURE_REDIRECT_EXEMPT SECURE_REFERRER_POLICY SECURE_SSL_ ... HOST SECURE_SSL_REDIRECT HTTP Strict Transport Security ¶ For ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.11.22 リリースノート — Django 4.0.6 ドキュメント 10623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using HTTPS. This entails incorrect results for is_secure() , and build_absolute_uri() , and that HTTP reque ... ould not be redirected to HTTPS in accordance with SECURE_SSL_REDIRECT . HttpRequest.scheme now respects SEC ... orrectly handles code paths relying on scheme , is_secure() , build_absolute_uri() , and SECURE_SSL_REDIRECT ... スノート 関連キーワード proxy , requests , reverse , SECURE , secure , detection , build , would , cheme , beh ...
https://man.plustar.jp/django/releases/1.11.22.html - [similar]
Django 2.1.10 リリースノート — Django 4.0.6 ドキュメント 10623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using HTTPS. This entails incorrect results for is_secure() , and build_absolute_uri() , and that HTTP reque ... ould not be redirected to HTTPS in accordance with SECURE_SSL_REDIRECT . HttpRequest.scheme now respects SEC ... orrectly handles code paths relying on scheme , is_secure() , build_absolute_uri() , and SECURE_SSL_REDIRECT ... スノート 関連キーワード proxy , requests , reverse , SECURE , secure , detection , build , would , cheme , beh ...
https://man.plustar.jp/django/releases/2.1.10.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 10154
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュリティ ¶ The security checks do not make your site secure. They do not audit code, do intrusion detection, o ... g to be constantly warned about not having enabled SECURE_SSL_REDIRECT . Use SILENCED_SYSTEM_CHECKS to silen ... urity.SecurityMiddleware in your MIDDLEWARE so the SECURE_HSTS_SECONDS , SECURE_CONTENT_TYPE_NOSNIFF , SECUR ... E_REFERRER_POLICY , SECURE_CROSS_ORIGIN_OPENER_POLICY , and SECURE_SSL_REDIRE ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 9903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using HTTPS. This entails incorrect results for is_secure() , and build_absolute_uri() , and that HTTP reque ... ould not be redirected to HTTPS in accordance with SECURE_SSL_REDIRECT . HttpRequest.scheme now respects SEC ... orrectly handles code paths relying on scheme , is_secure() , build_absolute_uri() , and SECURE_SSL_REDIRECT ... スノート 関連キーワード proxy , requests , reverse , SECURE , Fixed , Bugfixes , would , cheme , HttpRequest , ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 8780
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 必要な場合は、関連する注意点を完全に理解した上で、 SECURE_PROXY_SSL_HEADER をセットしてください。この設定に失 ... 脆弱性の原因となり、大変な危険につながりかねません! SECURE_SSL_REDIRECT を True にセットして、HTTP によるリク ... るようにしてください。 Please note the caveats under SECURE_PROXY_SSL_HEADER . For the case of a reverse proxy ... , it may be easier or more secure to configure the main web server to do the redirec ...
https://man.plustar.jp/django/topics/security.html - [similar]
索引 — Django 4.0.6 ドキュメント 8713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ョン --indent dumpdata コマンドラインオプション --insecure runserver コマンドラインオプション --interface she ... H setting CSRF_COOKIE_SAMESITE setting CSRF_COOKIE_SECURE setting csrf_exempt() (django.views.decorators.csr ... 属性) is_rendered (SimpleTemplateResponse の属性) is_secure() (HttpRequest のメソッド) is_staff (django.contri ... g LANGUAGE_COOKIE_SAMESITE setting LANGUAGE_COOKIE_SECURE setting language_name template filter language_nam ...
https://man.plustar.jp/django/genindex.html - [similar]
テストツール — Django 4.0.6 ドキュメント 8361
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きます。 get ( path , data = None , follow = False , secure = False , ** extra ) ¶ 与えられた path に対して GE ... r/next/', 302), ('http://testserver/final/', 302)] secure を True に設定すると、クライアントは HTTPS リクエス ... ontent_type = MULTIPART_CONTENT , follow = False , secure = False , ** extra ) ¶ 与えられた path に対して PO ... ジェクトの redirect_chain 属性に追加されてゆきます。 secure を True に設定すると、クライアントは HTTPS リクエス ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Y , LANGUAGE_COOKIE_SAMESITE , and LANGUAGE_COOKIE_SECURE settings to set the HttpOnly , SameSite , and Secu ... TIONS = 'SAMEORIGIN' for them to continue working. SECURE_CONTENT_TYPE_NOSNIFF がデフォルトで True になりまし ... r security settings ¶ To make Django projects more secure by default, some security settings now have more s ... t values: X_FRAME_OPTIONS now defaults to 'DENY' . SECURE_CONTENT_TYPE_NOSNIFF now defaults to True . これら ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 NEXT