1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

add setting to disable proxy account (resolves #766)

This commit is contained in:
Hazelnoot
2025-05-01 12:07:38 -04:00
parent b124c39ed2
commit 8dce293dff
9 changed files with 68 additions and 5 deletions

View File

@@ -9279,6 +9279,7 @@ export type operations = {
hasLegacyAuthFetchSetting: boolean;
/** @enum {string} */
allowUnsignedFetch: 'never' | 'always' | 'essential';
enableProxyAccount: boolean;
};
};
};
@@ -12225,6 +12226,7 @@ export type operations = {
federationHosts?: string[];
/** @enum {string} */
allowUnsignedFetch?: 'never' | 'always' | 'essential';
enableProxyAccount?: boolean;
};
};
};