mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
scalar-develop is a scalar URL
This commit is contained in:
parent
9010f96e60
commit
c914f1607b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ export default class AppPermission extends React.Component {
|
||||||
if(wurl && wurl.hostname && (
|
if(wurl && wurl.hostname && (
|
||||||
wurl.hostname === 'scalar.vector.im' ||
|
wurl.hostname === 'scalar.vector.im' ||
|
||||||
wurl.hostname === 'scalar-staging.riot.im' ||
|
wurl.hostname === 'scalar-staging.riot.im' ||
|
||||||
|
wurl.hostname === 'scalar-develop.riot.im' ||
|
||||||
wurl.hostname === 'demo.riot.im' ||
|
wurl.hostname === 'demo.riot.im' ||
|
||||||
wurl.hostname === 'localhost'
|
wurl.hostname === 'localhost'
|
||||||
)) {
|
)) {
|
||||||
|
|
Loading…
Reference in a new issue