diff --git a/src/pydo/custom_policies.py b/src/pydo/custom_policies.py index c83f0b87..ccf3fd20 100644 --- a/src/pydo/custom_policies.py +++ b/src/pydo/custom_policies.py @@ -6,7 +6,6 @@ class CustomHttpLoggingPolicy(HttpLoggingPolicy): # ALLOWED_HEADERS lists headers that will not be redacted when logging ALLOWED_HEADERS = set( [ - "x-request-id", "ratelimit-limit", "ratelimit-remaining", "ratelimit-reset",