Bug 1466801 - Flipping disallowInheritPrincipal to be allow. r=ckerschb r=gijs

This commit is contained in:
Jonathan Kingston
2018-07-16 10:17:51 +01:00
parent 62faa004dd
commit bb6cd22c00
18 changed files with 110 additions and 27 deletions

View File

@@ -77,6 +77,8 @@ var ContentClick = {
params.userContextId = json.originAttributes.userContextId;
}
params.allowInheritPrincipal = true;
window.openLinkIn(json.href, where, params);
}
};