معرفی شرکت ها


django-sanitizer-0.4.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django template filter application for sanitizing user submitted HTML
ویژگی مقدار
سیستم عامل -
نام فایل django-sanitizer-0.4.1
نام django-sanitizer
نسخه کتابخانه 0.4.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Calvin Spealman
ایمیل نویسنده calvin@caktusgroup.com
آدرس صفحه اصلی http://github.com/caktus/django-sanitizer
آدرس اینترنتی https://pypi.org/project/django-sanitizer/
مجوز UNKNOWN
**NOTE: Please try to break this and tell me where it is insufficent.** Allows only whitelisted tags and attributes through. The setting ALLOWED_TAGS can override the behavior. The syntax of this setting is a space-separated list of tags, which are optionally followed by a colon and a comma-separated list of attribute permitted in the tag. For example, to allow <a> tags which are links or named anchors, but not to allow definition of an onclick attribute: ALLOWED_TAGS = "a:href,name" In your templates, sanitizing is easy. {% load sanitizer %} {{ user_comment|allowtags|safe }} {{ user_comment|allowtags:"b i"|safe }} Disallowed tags or attributes are simply removed. In some cases, it is useful to disallow a tag, but to convert it to something safe, rather than stripping it entirely. For example, you might not want to allow <h1> tags, and want to "quiet" them into <h2> tags. {{ body|maptags:"h1=h2 h2=h3 h4=h5" }}


نحوه نصب


نصب پکیج whl django-sanitizer-0.4.1:

    pip install django-sanitizer-0.4.1.whl


نصب پکیج tar.gz django-sanitizer-0.4.1:

    pip install django-sanitizer-0.4.1.tar.gz