Skip to content

Commit

Permalink
settings/brotli & settings/privacy_pass added
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 7, 2018
1 parent a39ef72 commit 99005c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ def zones_settings(self):
self._add_with_auth(base, "zones", "settings/opportunistic_encryption"))
setattr(branch, "automatic_https_rewrites",
self._add_with_auth(base, "zones", "settings/automatic_https_rewrites"))
setattr(branch, "brotli",
self._add_with_auth(base, "zones", "settings/brotli"))
setattr(branch, "privacy_pass",
self._add_with_auth(base, "zones", "settings/privacy_pass"))

def zones_analytics(self):
""" API core commands for Cloudflare API"""
Expand Down

0 comments on commit 99005c1

Please sign in to comment.