diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 22:09:55 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 22:09:55 +0200 |
commit | d45c25971c084ba4afb38cec530f789969d6a338 (patch) | |
tree | de43172c006152a74ef7026c77904a5ab1f0d9e3 /dom/base | |
parent | f799598d65a59660ef67ed965849853c8e5ca1e6 (diff) | |
download | uxp-d45c25971c084ba4afb38cec530f789969d6a338.tar.gz |
Bug 1182569 - Skip security check for plugins using newstream attribute
Diffstat (limited to 'dom/base')
-rw-r--r-- | dom/base/nsContentUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/nsContentUtils.cpp b/dom/base/nsContentUtils.cpp index bc8cea35ac..76463df168 100644 --- a/dom/base/nsContentUtils.cpp +++ b/dom/base/nsContentUtils.cpp @@ -5104,7 +5104,7 @@ nsContentUtils::TriggerLink(nsIContent *aContent, nsPresContext *aPresContext, handler->OnLinkClick(aContent, aLinkURI, fileName.IsVoid() ? aTargetSpec.get() : EmptyString().get(), - fileName, nullptr, nullptr, aIsTrusted); + fileName, nullptr, nullptr, aIsTrusted, aContent->NodePrincipal()); } } |