Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-02-19 16:39:22 +00:00
commit 46a29b56d9
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ const onMessage = function(event) {
const url = SdkConfig.get().integrations_ui_url;
if (
event.origin.length === 0 ||
!url.startsWith(event.origin) ||
!url.startsWith(event.origin + '/') ||
!event.data.action ||
event.data.api // Ignore messages with specific API set
) {