fix(idaa): gate jitsi report load and restore data store fallback
This commit is contained in:
@@ -36,8 +36,9 @@ export async function get_data_store({
|
||||
|
||||
const headers: key_val = {};
|
||||
if (no_account_id) {
|
||||
// This token allows bypassing the mandatory account_id requirement for global defaults
|
||||
headers['x-no-account-id-token'] = 'Nothing to See Here';
|
||||
// Use the standard bypass header understood by get_object so the
|
||||
// request can actually fall back to global defaults.
|
||||
headers['x-no-account-id'] = 'Nothing to See Here';
|
||||
}
|
||||
|
||||
return await get_object({
|
||||
|
||||
Reference in New Issue
Block a user