to other sub-directories of the static directory (Admins/Staff with the right to edit user accounts were able to set a path like ../static/favicon.png for the profile picture - this isn't a "i'm in, now i have root access and can hack your mom"-vulnerability, but better fix it before it evolves to one. or a dragon. it's too late for this crap.)
17 lines
239 B
Text
17 lines
239 B
Text
/config/*
|
|
/static/admin
|
|
/application/**/migrations/*
|
|
/archive/*
|
|
/logs/*
|
|
/packages/*
|
|
/profilepictures/*
|
|
/temp
|
|
/tmp
|
|
__pycache__
|
|
.vscode
|
|
*.pem
|
|
!/config/config.sample.sh
|
|
!/config/Caddyfile
|
|
!/config/tls/
|
|
!/profilepictures/default.svg
|
|
!.gitkeep
|