Merge remote-tracking branch 'origin/wyzie'

This commit is contained in:
Captain Jack Sparrow 2024-07-07 17:13:03 +00:00
commit 7b7017c9a4
2 changed files with 4331 additions and 515 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,8 @@ import {
export function getProviders() {
if (isExtensionActiveCached()) {
return makeProviders({
fetcher: makeExtensionFetcher(),
fetcher: makeStandardFetcher(fetch),
proxiedFetcher: makeExtensionFetcher(),
target: targets.BROWSER_EXTENSION,
consistentIpForRequests: true,
});