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:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user