Skip to content
Snippets Groups Projects
Commit bd43c345 authored by Cecylia Bocovich's avatar Cecylia Bocovich
Browse files

Use freehaven.net domains for bridge and broker

A quick, temporary fix to get around Google safe browsing blockage of
bamsoftware.com
parent e67a6599
Branches base-browser-115.0b5-13.0-1
No related merge requests found
class Config {}
Config.prototype.brokerUrl = 'snowflake-broker.bamsoftware.com';
Config.prototype.brokerUrl = 'snowflake-broker.freehaven.net';
Config.prototype.relayAddr = {
host: 'snowflake.bamsoftware.com',
host: 'snowflake.freehaven.net',
port: '443'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment