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
4843
pnpm-lock.yaml
4843
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue