Commit 67000ea 1 parent 86d435e commit 67000ea Copy full SHA for 67000ea
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ share/python-wheels/
26
26
.installed.cfg
27
27
* .egg
28
28
MANIFEST
29
+ .run
29
30
30
31
# PyInstaller
31
32
# Usually these files are written by a python script from a template
@@ -128,4 +129,4 @@ dmypy.json
128
129
venv /
129
130
130
131
Iintellij
131
- * .iml
132
+ * .iml
Original file line number Diff line number Diff line change 15
15
# # The name of your anti csrf parameter
16
16
antiCsrfParam : csrfmiddlewaretoken # (optional)
17
17
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/
19
20
#
20
21
# # Form POST based authentication configuration for scanning as a user.
21
22
# # Enabling will force the scanner to scan as an
Original file line number Diff line number Diff line change 1
1
body {
2
- background : white ;
2
+ background : white url ( "images/bg.gif" ) no-repeat ;
3
3
}
4
4
5
5
li a {
6
6
color : green;
7
- }
7
+ }
You can’t perform that action at this time.
0 commit comments