検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 33 for cookies (0.028 sec.)
Django 1.8.15 リリースノート — Django 4.0.6 ドキュメント 13460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection. The parser ... for request.COOKIES is simplified to better match the behavior of brow ... sers and to mitigate this attack. request.COOKIES may now contain cookies that are invalid according ... 関連キーワード bypass , protection , next , site , COOKIES , cookies , up , トピック , previous , request クイ ...
https://man.plustar.jp/django/releases/1.8.15.html - [similar]
Django 1.9.10 リリースノート — Django 4.0.6 ドキュメント 13251
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection. The parser ... for request.COOKIES is simplified to better match the behavior of brow ... sers and to mitigate this attack. request.COOKIES may now contain cookies that are invalid according ... 関連キーワード bypass , protection , next , site , COOKIES , cookies , up , トピック , previous , request クイ ...
https://man.plustar.jp/django/releases/1.9.10.html - [similar]
設定 — Django 4.0.6 ドキュメント 11214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (approximately 1 year, in seconds) The age of CSRF cookies, in seconds. The reason for setting a long-lived e ... that page from a browser cache. Without persistent cookies, the form submission would fail in this case. Some ... ernet Explorer) can disallow the use of persistent cookies or can have the indexes to the cookie jar corrupte ... nge this setting to None to use session-based CSRF cookies, which keep the cookies in-memory instead of on pe ...
https://man.plustar.jp/django/ref/settings.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 9369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent . cookie && document . cookie !== '' ) { const cookies = document . cookie . split ( ';' ); for ( let i = ... 0 ; i < cookies . length ; i ++ ) { const cookie = cookies [ i ]. ... trim (); // Does this cookie string begin with the name we want? if ( cookie . s ... を置き換えればシンプルにできます: const csrftoken = Cookies . get ( 'csrftoken' ); 注釈 CSRF トークンは、DOM の ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 9080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... setting to set the SameSite cookie flag on session cookies. キャッシュ ¶ The local-memory cache backend now u ... TE setting to set the SameSite cookie flag on CSRF cookies. フォーム ¶ The widget for ImageField now renders ... _label %} to {% if widget.wrap_label %} . SameSite cookies ¶ The cookies used for django.contrib.sessions , d ... . Browsers that respect this flag won't send these cookies on cross-origin requests. If you rely on the old b ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 8390
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unner's output. Cookie encoding ¶ To fix bugs with cookies in Internet Explorer, Safari, and possibly other b ... pecially if you are storing comma or semi-colon in cookies and have JavaScript code that parses and manipulat ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 8294
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ENGINE を "django.contrib.sessions.backends.signed_cookies" に設定します。セッションデータは、 暗号化署名 のた ... 行えません。詳しい情報については、下の Setting test cookies を読んでください。 test_cookie_worked () ¶ ユーザの ... があります。詳しい情報については、下の Setting test cookies を読んでください。 delete_test_cookie () ¶ テストク ... s a way to test whether the user's browser accepts cookies. Call the set_test_cookie() method of request.sess ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 8101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill be: If the incoming request did not submit any cookies, and If the response did send one or more cookies, ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 8101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill be: If the incoming request did not submit any cookies, and If the response did send one or more cookies, ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd a high-level API for setting and reading signed cookies, one of the most common uses of signing in web app ... ango 1.4 to store the wizard's state in the user's cookies. reverse_lazy ¶ A lazily evaluated version of reve ... es yaml.safe_load for additional security. Session cookies now have the httponly flag by default ¶ Session co ... YAML deserializer now uses yaml.safe_load Session cookies now have the httponly flag by default The urlize f ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
PREV 1 2 3 4 NEXT