Use about:blank instead

pull/21833/head
Travis Ralston 2018-10-25 15:59:42 -06:00
parent 749441b4d3
commit aaeb6e4978
1 changed files with 1 additions and 1 deletions

View File

@ -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(