isEssentialTrafficOnly function
True when all nonessential network traffic should be suppressed. Equivalent to the old MAGE_DISABLE_NONESSENTIAL_TRAFFIC check.
Implementation
bool isEssentialTrafficOnly() {
return getPrivacyLevel() == PrivacyLevel.essentialTraffic;
}