mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Merge remote-tracking branch 'origin/wyzie'
This commit is contained in:
commit
7b7017c9a4
2 changed files with 4331 additions and 515 deletions
4555
pnpm-lock.yaml
4555
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,8 @@ import {
|
||||||
export function getProviders() {
|
export function getProviders() {
|
||||||
if (isExtensionActiveCached()) {
|
if (isExtensionActiveCached()) {
|
||||||
return makeProviders({
|
return makeProviders({
|
||||||
fetcher: makeExtensionFetcher(),
|
fetcher: makeStandardFetcher(fetch),
|
||||||
|
proxiedFetcher: makeExtensionFetcher(),
|
||||||
target: targets.BROWSER_EXTENSION,
|
target: targets.BROWSER_EXTENSION,
|
||||||
consistentIpForRequests: true,
|
consistentIpForRequests: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue