mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-25 19:03:20 -04:00
Implement notification text templates and update related settings for customizable notifications
This commit is contained in:
2
.github/skills/code-standards/SKILL.md
vendored
2
.github/skills/code-standards/SKILL.md
vendored
@@ -64,7 +64,7 @@ Use timeNowUTC(as_string=False) for datetime operations (scheduling, comparisons
|
||||
|
||||
## String Sanitization
|
||||
|
||||
Use sanitizers from `server/helper.py` before storing user input.
|
||||
Use sanitizers from `server/helper.py` before storing user input. MAC addresses are always lowercased and normalized. IP addresses should be validated.
|
||||
|
||||
## Devcontainer Constraints
|
||||
|
||||
|
||||
Reference in New Issue
Block a user