1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-28 11:00:38 +12:00

Only top window should have type main_frame

This commit is contained in:
Deathamns 2014-11-11 07:10:32 +01:00 committed by gorhill
parent 8eb76e880c
commit c3178cd442

View file

@ -675,7 +675,7 @@ if (self.chrome) {
this.connector = function(request) {
var callback = function(response) {
if (request.message.requestId && response !== undefined) {
if (response !== undefined) {
request.target.page.dispatchMessage(
request.name,
{