mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
11 lines
373 B
Diff
11 lines
373 B
Diff
--- Features.js
|
|
+++ Features.js
|
|
@@ -53,6 +53,8 @@ module.exports = Features = {
|
|
return Settings.apis.references.url != null
|
|
case 'saml':
|
|
return Settings.enableSaml
|
|
+ case 'link-url':
|
|
+ return Settings.apis.linkedUrlProxy && Settings.apis.linkedUrlProxy.url
|
|
default:
|
|
throw new Error(`unknown feature: ${feature}`)
|
|
}
|