SUPPORT-8966: Fix
This commit is contained in:
parent
ec06dace57
commit
a310385e6b
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ export class AccessChecker {
|
|||
});
|
||||
});
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Ошибка при получении версии CSP:", error);
|
||||
resolve(false);
|
||||
})
|
||||
.finally(() => {
|
||||
clearTimeout(timeout);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue