mirror of
https://github.com/dyzulk/twinpath-hotspot-themes.git
synced 2026-01-26 05:25:40 +07:00
Security: Implement QR Scanner Domain Whitelisting
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
const brandConfig = {
|
||||
brandName: "TwinpathNet",
|
||||
portalUrl: "http://welcome.dyzulk.com/login",
|
||||
allowedDomains: [
|
||||
"welcome.dyzulk.com", // Main Portal
|
||||
"10.0.0.1", // Default Gateway (Local IP)
|
||||
"dyzulk.com" // Custom Domain
|
||||
],
|
||||
creditName: "dyzulk.com",
|
||||
creditUrl: "https://dyzulk.com",
|
||||
assets: {
|
||||
|
||||
Reference in New Issue
Block a user