Skip to content

Commit 67000ea

Browse files
committedJun 9, 2020
yml tweaks
1 parent 86d435e commit 67000ea

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ share/python-wheels/
2626
.installed.cfg
2727
*.egg
2828
MANIFEST
29+
.run
2930

3031
# PyInstaller
3132
# Usually these files are written by a python script from a template
@@ -128,4 +129,4 @@ dmypy.json
128129
venv/
129130

130131
Iintellij
131-
*.iml
132+
*.iml

‎stackhawk.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ app:
1515
# # The name of your anti csrf parameter
1616
antiCsrfParam: csrfmiddlewaretoken # (optional)
1717
excludePaths:
18-
- "/admin/logout/" # the scanner will log itself out if you don't ignore here
18+
- /admin/logout/ # the scanner will log itself out if you don't ignore here
19+
- /admin/password_change/
1920
#
2021
# # Form POST based authentication configuration for scanning as a user.
2122
# # Enabling will force the scanner to scan as an

‎static/polls/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
2-
background: white ;
2+
background: white url("images/bg.gif") no-repeat;
33
}
44

55
li a {
66
color: green;
7-
}
7+
}

0 commit comments

Comments
 (0)
Please sign in to comment.