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
fix: filter payload- cookies in getExternalFile only if the URL is external (#13475)
Fixes a regression from
#13215. Fixes the issue when
`skipSafeFetch: true` is set
#13146 (comment)
This PR makes it so we still send the cookies if we do `fetch` to our
server, but filter them when we `fetch` to an external server (usually a
third party storage, for which we don't want to expose those cookies)
0 commit comments