mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #11809 from overleaf/jpa-fix-is-old-domain-flag
[web] user-content-domain-access-check: fix isOldDomain flag GitOrigin-RevId: 56332dbb414fcfb7e5833cb9af21bee6ef69253f
This commit is contained in:
parent
f7e632ceb9
commit
ce1c9713bd
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ export async function checkUserContentDomainAccess(
|
|||
failed,
|
||||
succeeded: cases.length - failed,
|
||||
isOldDomain:
|
||||
compileDomainOrigin === getMeta('ol-compilesUserContentDomain'),
|
||||
compileDomainOrigin === getMeta('ol-fallbackCompileDomain'),
|
||||
},
|
||||
})
|
||||
} catch (e) {}
|
||||
|
|
Loading…
Reference in a new issue