···42 static readonly CONTACT_WEB: string = "https://support.tophhie.cloud";
43 static readonly BLOCKED_HEADER: string = "Access restricted!";
44 static readonly BLOCKED_TEXT: string = "Access to this website is restricted. Use the contact button below to request access.";
045 static readonly CONTACT_BUTTON_TXT: string = "Request access";
46}
47```
···81VITE_CONTACT_WEB=https://support.tophhie.cloud
82VITE_BLOCKED_HEADER=Access restricted!
83VITE_BLOCKED_TEXT=Access to this website is restricted. Use the contact button below to request access.
084VITE_CONTACT_BUTTON_TXT=Request access
85```
86
···42 static readonly CONTACT_WEB: string = "https://support.tophhie.cloud";
43 static readonly BLOCKED_HEADER: string = "Access restricted!";
44 static readonly BLOCKED_TEXT: string = "Access to this website is restricted. Use the contact button below to request access.";
45+ static readonly BLOCKED_TEXT_NOMETA: string = "Access to this website is restricted."
46 static readonly CONTACT_BUTTON_TXT: string = "Request access";
47}
48```
···82VITE_CONTACT_WEB=https://support.tophhie.cloud
83VITE_BLOCKED_HEADER=Access restricted!
84VITE_BLOCKED_TEXT=Access to this website is restricted. Use the contact button below to request access.
85+VITE_BLOCKED_TEXT_NOMETA=Access to this website is restricted.
86VITE_CONTACT_BUTTON_TXT=Request access
87```
88
+6-1
src/config.ts
···15 static readonly BLOCKED_HEADER: string = "Access restricted!";
1617 /**
18- * Block page detail text
19 */
20 static readonly BLOCKED_TEXT: string = "Access to this website has been restricted. Use the contact button below to request access.";
000002122 /**
23 * Contact email button text
···15 static readonly BLOCKED_HEADER: string = "Access restricted!";
1617 /**
18+ * Block page detail text (if Cloudflare metadata is provided)
19 */
20 static readonly BLOCKED_TEXT: string = "Access to this website has been restricted. Use the contact button below to request access.";
21+22+ /**
23+ * Block page detail text (if no Cloudflare metadata is provided)
24+ */
25+ static readonly BLOCKED_TEXT_NOMETA = "Access has been restricted. No website information has been supplied.";
2627 /**
28 * Contact email button text