implement dotenv loading for allowed domains
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# sanigi-html
|
||||
|
||||
sanigi-html (esperanto for sanitize html) is a python tool which takes in HTML and sanitzies it for use with student webspaces
|
||||
sanigi-html (esperanto for sanitize html) is a python tool which takes in HTML and sanitzies it for use with student webspaces
|
||||
|
||||
.env spec:
|
||||
|
||||
```env
|
||||
ALLOWED_DOMAINS_IMG=images.example.org,cdn.example.com
|
||||
ALLOWED_DOMAINS_LINK=example.com
|
||||
```
|
||||
Reference in New Issue
Block a user