mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -231,7 +231,7 @@ export async function checkUserContentDomainAccess(
|
||||
failed,
|
||||
succeeded: cases.length - failed,
|
||||
isOldDomain:
|
||||
compileDomainOrigin === getMeta('ol-compilesUserContentDomain'),
|
||||
compileDomainOrigin === getMeta('ol-fallbackCompileDomain'),
|
||||
},
|
||||
})
|
||||
} catch (e) {}
|
||||
|
||||
Reference in New Issue
Block a user