mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Merge 1c6ae05799 into d45dae4388
This commit is contained in:
commit
2416466951
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
|||
message = `${displayUrl} is <strong>potentially unsafe</strong>. Proceed with caution.`;
|
||||
break;
|
||||
case "fmhy":
|
||||
message = `${displayUrl} is an <strong>FMHY</strong> related site. Proceed confidently.`;
|
||||
message = `${displayUrl} is a <strong>FMHY</strong> related site. Proceed confidently.`;
|
||||
break;
|
||||
case "safe":
|
||||
message = `${displayUrl} is <strong>safe</strong> to browse.`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue