You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update whitelisting and blacklisting behavior (#53)
To avoid dropping useful header names this updates the SDK to allow headers by default, and that headers are scrubbed instead of dropped if a blacklist or whitelist is applied.
Note that User-Agent is always passed, since it is required by the API. Cookie and Authorization are always scrubbed for security reasons.
0 commit comments