mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
334001c829
As per MSC1961, add to the whitelisted integrations_widget_urls the new paths. This allows us to switch Scalar over to use the new path as default. Note, the legacy "scalar-staging.riot.im" is these days just a redirect to scalar-staging.vector.im, so there is no addition for that. It still needs Riot side whitelisting though for existing widgets.
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"default_hs_url": "https://matrix.org",
|
|
"default_is_url": "https://vector.im",
|
|
"brand": "Riot",
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
"integrations_widgets_urls": [
|
|
"https://scalar.vector.im/_matrix/integrations/v1",
|
|
"https://scalar.vector.im/api",
|
|
"https://scalar-staging.vector.im/_matrix/integrations/v1",
|
|
"https://scalar-staging.vector.im/api",
|
|
"https://scalar-staging.riot.im/scalar/api"
|
|
],
|
|
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
|
"welcomeUserId": "@riot-bot:matrix.org",
|
|
"piwik": {
|
|
"url": "https://piwik.riot.im/",
|
|
"siteId": 1,
|
|
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
|
|
},
|
|
"phasedRollOut": {
|
|
"feature_lazyloading": {
|
|
"offset": 1539684000000,
|
|
"period": 604800000
|
|
}
|
|
},
|
|
"features": {
|
|
"feature_lazyloading": "enable",
|
|
"feature_room_breadcrumbs": "labs"
|
|
},
|
|
"roomDirectory": {
|
|
"servers": [
|
|
"matrix.org"
|
|
]
|
|
},
|
|
"enable_presence_by_hs_url": {
|
|
"https://matrix.org": false
|
|
},
|
|
"terms_and_conditions_links": [
|
|
{
|
|
"url": "https://riot.im/privacy",
|
|
"text": "Privacy Policy"
|
|
},
|
|
{
|
|
"url": "https://matrix.org/docs/guides/riot_im_cookie_policy",
|
|
"text": "Cookie Policy"
|
|
}
|
|
]
|
|
}
|