Use custom event rather than window.postMessage

Authored by broulik on Aug 29 2019, 5:06 PM.

Description

Use custom event rather than window.postMessage

window.postMessage requires a targetOrigin which isn't enforced by all browsers.
This patch changes it to send a custom event which reduces the likelihood of interference and eavesdropping.

BUG: 411423

Differential Revision: https://phabricator.kde.org/D23568

Details

Committed
broulikAug 29 2019, 5:06 PM
Differential Revision
D23568: Use custom event rather than window.postMessage
Parents
R856:06401e5da490: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown