Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 99005c1

Browse files
committed
settings/brotli & settings/privacy_pass added
1 parent a39ef72 commit 99005c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CloudFlare/api_v4.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ def zones_settings(self):
212212
self._add_with_auth(base, "zones", "settings/opportunistic_encryption"))
213213
setattr(branch, "automatic_https_rewrites",
214214
self._add_with_auth(base, "zones", "settings/automatic_https_rewrites"))
215+
setattr(branch, "brotli",
216+
self._add_with_auth(base, "zones", "settings/brotli"))
217+
setattr(branch, "privacy_pass",
218+
self._add_with_auth(base, "zones", "settings/privacy_pass"))
215219

216220
def zones_analytics(self):
217221
""" API core commands for Cloudflare API"""

0 commit comments

Comments
 (0)