python-gsoc / python-blogs

Python Software Foundation GSoC Blog Platform. This system was used until 2024 but is no longer maintained.
http://python-gsoc.org/
GNU Affero General Public License v3.0
41 stars 61 forks source link

Allow CSS properties on bleach.clean #533

Closed diwash007 closed 1 year ago

diwash007 commented 2 years ago

Description

Currently, the CSS attributes are being cleaned by the bleach.clean method. This Pull Request adds support to allow CSS properties on the pages instead of removing them.

Fixes #530

Type of change

How Has This Been Tested?

By creating blog post with different image alignments

Checklist:

diwash007 commented 2 years ago

Hi @botanicvelious, May you please review this Pull Request also, #534