summaryrefslogtreecommitdiffstats
path: root/caps
diff options
context:
space:
mode:
Diffstat (limited to 'caps')
-rw-r--r--caps/nsIPrincipal.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/caps/nsIPrincipal.idl b/caps/nsIPrincipal.idl
index cf6ccd4dea..e8698e35ee 100644
--- a/caps/nsIPrincipal.idl
+++ b/caps/nsIPrincipal.idl
@@ -498,7 +498,7 @@ interface nsIPrincipal : nsISupports
*
* May be called from any thread.
*/
- nsIReferrerInfo createReferrerInfo(in ReferrerPolicy aReferrerPolicy);
+ [noscript] nsIReferrerInfo createReferrerInfo(in ReferrerPolicy aReferrerPolicy);
/**
* The base part of |origin| without the concatenation with |originSuffix|.