You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
Use about:blank instead
This commit is contained in:
@@ -328,7 +328,7 @@ export default class AppTile extends React.Component {
|
|||||||
// the iframe at a page that is reasonably safe to use in the
|
// the iframe at a page that is reasonably safe to use in the
|
||||||
// event the iframe doesn't wink away.
|
// event the iframe doesn't wink away.
|
||||||
// This is relative to where the Riot instance is located.
|
// This is relative to where the Riot instance is located.
|
||||||
this.refs.appFrame.src = '/config.json';
|
this.refs.appFrame.src = 'about:blank';
|
||||||
}
|
}
|
||||||
|
|
||||||
WidgetUtils.setRoomWidget(
|
WidgetUtils.setRoomWidget(
|
||||||
|
|||||||
Reference in New Issue
Block a user