mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Fix browser page display and no data status message
Fixed issues with browser page display and status messages.
This commit is contained in:
parent
2040ca3d3b
commit
3ae40b65d7
1 changed files with 12 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## v1.3.1 (01/25/2026)
|
||||
|
||||
#### **🐞 Bug Fixes**
|
||||
- **`Fixed Browser Page Display`**
|
||||
- Fixed popup showing broken `$DOMAIN$` placeholder on browser internal pages (newtab, settings, etc.).
|
||||
- Added proper handling for `chrome://`, `about:`, `edge://`, `brave://`, `opera://`, and `vivaldi://` URLs.
|
||||
- **`Fixed No Data Status Message`**
|
||||
- Fixed "Unable to check site status" error message for unknown sites.
|
||||
- Now correctly displays "No data available for [domain]" with the actual domain name.
|
||||
|
||||
---
|
||||
|
||||
## v1.3.0 (01/25/2026)
|
||||
|
||||
#### **🚀 New Features**
|
||||
|
|
@ -66,4 +78,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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue