add setting to disable proxy account (resolves #766)
This commit is contained in:
parent
b124c39ed2
commit
8dce293dff
9 changed files with 68 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue