Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Whitelisting Fabric & Crashlytics IP

Question - would like to allow access to Fabric & Crashlytics from our server which means that we need to allow it through our firewall for access. Can anyone share the domains or IPs that we should allow through ?

Secondly, we would also like the fabric plugin for Android Studio and Xcode to work, would the above domains and IPs also apply ?

like image 721
Peng Tuck Kwok Avatar asked Apr 25 '17 08:04

Peng Tuck Kwok


People also ask

How do you whitelist in Minecraft?

Head to the game panel and open the console. In the console, you will need to type “whitelist add playername”. For example, “whitelist add LordNoah”. After you type this command, you will see a message stating “player added to whitelist”.

How do I whitelist JSON?

json is a server configuration file that stores the usernames of players who have been whitelisted on a server. This file is only used on multiplayer servers. To activate the whitelist, the white-list value in server. properties must be changed to true: white-list=true .


1 Answers

Mike from Fabric and Firebase here. We don't support IP whitelisting as our IP addresses can and do change quite frequently. You should whitelist the following domains:

*.crashlytics.com
*.fabric.io

Update as of July 2020:

From the recent contact with the Firebase team, we got the following details:

You can whitelist the following domains on ports 80 and 443:

For Firebase Crashlytics (SDK versions 4.x and up):

*.crashlytics.com
crashlyticsreports-pa.googleapis.com

For Fabric Crashlytics (SDK versions 3.x):

*.crashlytics.com
*.fabric.io

For Firebase Crashlytics, there's one more domain which needs to be whitelisted even though it's not officially informed by Firebase team

firebasecrashlyticssymbols.googleapis.com
like image 185
Mike Bonnell Avatar answered Oct 09 '22 19:10

Mike Bonnell