Mercurial > p > roundup > code
diff CHANGES.txt @ 6215:af372b9372f6
Add data attributes to classhelp to allow use with CSP.
Add data attributes to classhelp templating code. This provides
a method to allow classhelp to work if there is a
Content-Security-Policy implemented by the roundup admin that uses
the client_nonce. See:
https://wiki.roundup-tracker.org/AddingContentSecurityPolicy for
details.
I hope to make CSP automatic in a future release.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 Jun 2020 11:59:12 -0400 |
| parents | a2088da96760 |
| children | 043a8ffd79ad |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jun 29 11:37:33 2020 -0400 +++ b/CHANGES.txt Mon Jun 29 11:59:12 2020 -0400 @@ -65,6 +65,11 @@ mechanism e.g., a Kerberos ticket will not take precedence over an existing cookie. This might become the default in the future and the new option might go away. +- Add data attributes to classhelp templating code. This provides + a method to allow classhelp to work if there is a + Content-Security-Policy implemented by the roundup admin that uses + the client_nonce. See: + https://wiki.roundup-tracker.org/AddingContentSecurityPolicy for details. 2020-04-05 2.0.0 beta 0
