検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 91 for safe (0.031 sec.)
django.utils.safestring — Django 4.0.6 ドキュメント 12888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able of contents | Index | Modules up django.utils.safestring のソースコード """ Functions for working wit ... h "safe strings": strings that can be displayed safely wit ... further escaping in HTML. Marking something as a "safe string" means that the producer of the string has ... te entities. """ from functools import wraps class SafeData : def __html__ ( self ): """ Return the html r ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 11970
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x_helper import _lazy_re_compile from django.utils.safestring import SafeData , SafeString , mark_safe fro ... e . IGNORECASE ) [ドキュメント] @keep_lazy ( str , SafeString ) def escape ( text ): """ Return the given ... use conditional_escape() instead. """ return mark_safe ( html . escape ( str ( text ))) _js_escapes = { o ... " % z ) for z in range ( 32 )) @keep_lazy ( str , SafeString ) def escapejs ( value ): """Hex encode char ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 10932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に、 register.filter() は 3 つのキーワード引数 ( is_safe 、 needs_autoescape 、 expects_localtime ) を受け入 ... 合はエスケープされ、それ以外の場合は変更されません。 Safe strings は出力時にさらなるエスケープがされないよう ... 出力によく利用されます。 内部では、これらの文字列は SafeString 型になります。次のようなコードでこれらの値を ... 検証することができます: from django.utils.safestring import SafeString if isinstance ( value , Sa ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 9403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vided about the results of strip_tags() being HTML safe. So NEVER mark safe the result of a strip_tags() c ... s for these redirects (namely django.utils.http.is_safe_url() ) accepted URLs with leading control charact ... ers and so considered URLs like \x08javascript:... safe. This issue doesn't affect Django currently, since ... ample.com as relative paths so redirection to an unsafe target isn't a problem either. However, if a devel ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 9217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vided about the results of strip_tags() being HTML safe. So NEVER mark safe the result of a strip_tags() c ... s for these redirects (namely django.utils.http.is_safe_url() ) accepted URLs with leading control charact ... ers and so considered URLs like \x08javascript:... safe. This issue doesn't affect Django currently, since ... ample.com as relative paths so redirection to an unsafe target isn't a problem either. However, if a devel ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 8671
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for these redirects (namely django.utils.http.is_safe_url() ) accepted URLs with leading control charact ... ers and so considered URLs like \x08javascript:... safe. This issue doesn't affect Django currently, since ... ample.com as relative paths so redirection to an unsafe target isn't a problem either. However, if a devel ... oper relies on is_safe_url() to provide safe redirect targets and puts su ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 8485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k for these redirects (namely django.utils.http.is_safe_url() ) considered some numeric URLs (e.g. http:99 ... 9999999 ) "safe" when they shouldn't be. Also, if a developer reli ... es on is_safe_url() to provide safe redirect targets and puts su ... 関連キーワード notes , release , redirect , user , safe , Open , numeric , URLs , they , some クイック検索 ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
Django 1.8.18 リリースノート — Django 4.0.6 ドキュメント 8485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k for these redirects (namely django.utils.http.is_safe_url() ) considered some numeric URLs (e.g. http:99 ... 9999999 ) "safe" when they shouldn't be. Also, if a developer reli ... es on is_safe_url() to provide safe redirect targets and puts su ... go 1.8.17 リリースノート 関連キーワード redirect , safe , user , Open , URLs , numeric , they , redirects ...
https://man.plustar.jp/django/releases/1.8.18.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 8299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k for these redirects (namely django.utils.http.is_safe_url() ) considered some URLs with basic authentica ... tion credentials "safe" when they shouldn't be. For example, a URL like h ... site.example.com\@attacker.com would be considered safe if the request's host is http://mysite.example.com ... o attacker.com . Also, if a developer relies on is_safe_url() to provide safe redirect targets and puts su ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 8299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k for these redirects (namely django.utils.http.is_safe_url() ) considered some numeric URLs (e.g. http:99 ... 9999999 ) "safe" when they shouldn't be. Also, if a developer reli ... es on is_safe_url() to provide safe redirect targets and puts su ... go 1.9.12 リリースノート 関連キーワード redirect , safe , user , Open , they , URLs , numeric , provide , ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT