Rudolf Cardinal
Rudolf Cardinal
Setting the ``Content-Security-Policy`` (CSP) HTTP header (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy), which is a good thing, means that inline ```` and ```` tags will be blocked by the browser unless either the ``unsafe-inline`` CSP...
Suggested fix for https://github.com/Pylons/deform/issues/512. (Code style uses Python 3 type hinting, since ``setup.py`` has Python 3.6 as the minimum version.)
Thanks for Deform; lovely work! An question/issue re the jQuery versuib and security: - The current version of Deform (2.0.15) ships with ``static/scripts/jquery-2.0.3.min.js``. - The advice is to load this...