From 943374f98e38e069e23a62ee9441e05dd31e1aeb Mon Sep 17 00:00:00 2001 From: Samidy <168582143+SamidyFR@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:27:30 +0300 Subject: [PATCH] update "Be cautious when interacting with this site" to "Its Recommended To Avoid this Site." --- src/pub/index.js | 2 +- src/pub/warning-page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pub/index.js b/src/pub/index.js index d92e3eb..ebcef32 100644 --- a/src/pub/index.js +++ b/src/pub/index.js @@ -161,7 +161,7 @@ document.addEventListener("DOMContentLoaded", async () => { switch (status) { case "unsafe": - message = `${displayUrl} is flagged as unsafe. Be cautious when interacting with this site.`; + message = `${displayUrl} is flagged as unsafe. Its Recommended To Avoid this Site.`; break; case "potentially_unsafe": message = `${displayUrl} is potentially unsafe. Proceed with caution.`; diff --git a/src/pub/warning-page.html b/src/pub/warning-page.html index 5cf1733..8c7c536 100644 --- a/src/pub/warning-page.html +++ b/src/pub/warning-page.html @@ -182,7 +182,7 @@

This site has been flagged as unsafe.
- Be cautious when interacting with this site. + Its Recommended To Avoid this Site.