see TODO.md
This commit is contained in:
@@ -11,17 +11,19 @@
|
||||
## To implement:
|
||||
|
||||
things not yet implemented in the program
|
||||
NOTE: That things which are in italic text are already implemented!
|
||||
|
||||
### url filtering:
|
||||
- [ ] block external URL in strict mode (eg a link with href to some porn site or something)
|
||||
- [ ] allow relative paths:
|
||||
- eg "/path/to/my/awesome/post.html"
|
||||
- [ ] apply to any of these:
|
||||
- a
|
||||
- img
|
||||
- link href
|
||||
- [ ] add custom attribute filter function
|
||||
|
||||
- *[x] block external URL in strict mode (eg a link with href to some porn site or something)*
|
||||
- *[x] allow relative paths:*
|
||||
*- eg "/path/to/my/awesome/post.html"*
|
||||
- *[x] apply to any of these:*
|
||||
- *a*
|
||||
- *img*
|
||||
- *link href*
|
||||
- *[x] add custom attribute filter function*
|
||||
- [] load dotenv (chore for profiles.py) ; do this someday when implementing JSON configs. Or dotenv stuff : PRIO:HIGH
|
||||
---
|
||||
|
||||
### Expland strict mode:
|
||||
|
||||
Reference in New Issue
Block a user