···4242 static readonly CONTACT_WEB: string = "https://support.tophhie.cloud";
4343 static readonly BLOCKED_HEADER: string = "Access restricted!";
4444 static readonly BLOCKED_TEXT: string = "Access to this website is restricted. Use the contact button below to request access.";
4545+ static readonly BLOCKED_TEXT_NOMETA: string = "Access to this website is restricted."
4546 static readonly CONTACT_BUTTON_TXT: string = "Request access";
4647}
4748```
···8182VITE_CONTACT_WEB=https://support.tophhie.cloud
8283VITE_BLOCKED_HEADER=Access restricted!
8384VITE_BLOCKED_TEXT=Access to this website is restricted. Use the contact button below to request access.
8585+VITE_BLOCKED_TEXT_NOMETA=Access to this website is restricted.
8486VITE_CONTACT_BUTTON_TXT=Request access
8587```
8688
+6-1
src/config.ts
···1515 static readonly BLOCKED_HEADER: string = "Access restricted!";
16161717 /**
1818- * Block page detail text
1818+ * Block page detail text (if Cloudflare metadata is provided)
1919 */
2020 static readonly BLOCKED_TEXT: string = "Access to this website has been restricted. Use the contact button below to request access.";
2121+2222+ /**
2323+ * Block page detail text (if no Cloudflare metadata is provided)
2424+ */
2525+ static readonly BLOCKED_TEXT_NOMETA = "Access has been restricted. No website information has been supplied.";
21262227 /**
2328 * Contact email button text