mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Add allowNavigation
This commit is contained in:
@@ -10,7 +10,11 @@ const config: CapacitorConfig = {
|
||||
server: {
|
||||
url: LOCAL_ANDROID ? "http://10.0.2.2:3000" : 'https://compassmeet.com',
|
||||
cleartext: true,
|
||||
"allowNavigation": ["www.compassmeet.com"],
|
||||
allowNavigation: [
|
||||
"www.compassmeet.com",
|
||||
"localhost",
|
||||
"10.0.2.2",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user