feat: adds property openWebsitePolicy to set allow property in iframe

This commit is contained in:
Oliver Lorenz 2020-12-29 23:17:16 +01:00
parent 284846e8a5
commit 7c89cf0e47
2 changed files with 5 additions and 2 deletions

View file

@ -604,7 +604,7 @@ export class GameScene extends ResizableScene implements CenterListener {
coWebsiteManager.closeCoWebsite();
}else{
const openWebsiteFunction = () => {
coWebsiteManager.loadCoWebsite(newValue as string);
coWebsiteManager.loadCoWebsite(newValue as string, allProps.get('openWebsitePolicy') as string | undefined);
layoutManager.removeActionButton('openWebsite', this.userInputManager);
};