Implement domain management feature

Added support for custom trusted/untrusted domains in settings, with instant application of changes and visual indicators.
This commit is contained in:
Kenneth Hendricks 2026-02-03 18:52:45 -05:00 committed by GitHub
parent 679c63da5a
commit 5a6deaafba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,17 @@
# Changelog
## v1.3.5 (02/03/2026)
#### **🚀 New Features**
- **`Domain Management`**
- Users can now add custom trusted/untrusted domains via Settings.
- User-defined domains take highest priority over FMHY filterlists.
- Domains in "Safe Domains" show green toolbar icon and skip warnings.
- Domains in "Unsafe Domains" show red toolbar icon and trigger warning page.
- Changes apply instantly without needing to reload the extension.
---
## v1.3.4 (01/26/2026)
#### **🚀 New Features**
@ -129,5 +141,3 @@
- `index.js` Added markdown parser, note fetching logic, and reason display with clickable links.
- `warning-page.html` Added CSS for clickable links in reason text.
- `warning-page.js` Added URL-to-link conversion for reason display.