[Pkg-mozext-commits] [tabmixplus] 15/23: Follow up changeset 8a8460f1d626, bug 1093642 - Part 2: Decide if we allow mixed content before sending click event to remote tab
David Prévot
taffit at moszumanska.debian.org
Fri Sep 23 03:31:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 65850508d9b84ab7fbefd59e8a440f0b29cb63cc
Author: onemen <tabmix.onemen at gmail.com>
Date: Sat Sep 3 21:04:51 2016 +0300
Follow up changeset 8a8460f1d626, bug 1093642 - Part 2: Decide if we allow mixed content before sending click event to remote tab
---
modules/ContentClick.jsm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm
index 5240887..58dbf2d 100644
--- a/modules/ContentClick.jsm
+++ b/modules/ContentClick.jsm
@@ -124,7 +124,8 @@ ContentClickInternal = {
suppressTabsOnFileDownload: suppressTabsOnFileDownload,
referrerURI: browser.documentURI,
referrerPolicy: json.referrerPolicy,
- noReferrer: json.noReferrer
+ noReferrer: json.noReferrer,
+ allowMixedContent: json.allowMixedContent || null,
};
if (json.originAttributes.userContextId) {
params.userContextId = json.originAttributes.userContextId;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git
More information about the Pkg-mozext-commits
mailing list