Fix the blame view so the avatar can show up again while still preventing undue javascript from running.
CSP support means we cannot have style="" in the html nor javascript:void(0), both have been dropped, the tests have been adjusted for this.
style=""
javascript:void(0)
pretty please pagure-ci rebuild
1 new commit added
Black fixes
rebased onto 335a79f0099675449deb8966c5b063e5ac56c1d5
missing nonce here
rebased onto d156c81a66d1f556fc86d8c9c6794bf5bf2ce5e8
can't find more CSP violations now.
:thumbsup:
is nonce required here?
It's not per say, but it makes it easier to git grep the source and find tags that do not adhere to csp
Thanks for the review! :)
Pull-Request has been merged by pingou
Fix the blame view so the avatar can show up again while still preventing undue javascript from running.
CSP support means we cannot have
style=""in the html norjavascript:void(0), both have been dropped, the tests have been adjusted for this.