Yann Sionneau
Yann Sionneau
This is not ready yet as I didn't find yet a mean to use the `style-src: 'unsafe-inline'` CSP attribute for the petition detail template which contains TinyMCE content with lots...
On petition configuration / edit page, most of the text is very "raw" and hard to understand for non-expert users. * Most form field labels should be rewritten for something...
Documentation should at least address the following points: * [x] Installation * [ ] Configuration * [ ] Usage * [x] Update * [x] Backup Documentation will be included in...
This would allow organizations to integrate the petition right into their websites by the mean of a "widget". That would technically be done via an Need to think about the...
Protect petition signing with a (non-Google, self-hosted) Captcha.
* pip3 install uwsgidecorators * pip3 install django-uwsgi * set USE_MAIL_QUEUE = True When using cron based method: * set MAIL_EXTERNAL_CRON_SET = True When using uwsgi method: * ??
The issue is that today someone can modify the petition after it has been signed. Therefore the petition can become very different (or slightly, but the devil is in the...
See https://github.com/pytition/Pytition/pull/185 which uses django-csp from Mozilla.