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.