We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800e61e commit c74dfc7Copy full SHA for c74dfc7
.github/workflows/test.yml
@@ -220,3 +220,6 @@ jobs:
220
221
- name: Test with tox
222
run: tox -e docs,style,readme
223
+
224
+ - name: check for unsave inline script or styles in templates
225
+ run: ! grep -r '\(style=\|onclick=\|<script>\|<style\)' debug_toolbar/templates/
0 commit comments