[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 1542309 - Set firstPartyDomain to public suffix if getBaseDomain fails. r=baku

gk at torproject.org gk at torproject.org
Fri May 3 12:40:23 UTC 2019


commit a491b06ba9622bede413085a0b67146fcedbf90f
Author: Alex Catarineu <acat at torproject.org>
Date:   Fri May 3 11:06:33 2019 +0000

    fixup! Bug 1542309 - Set firstPartyDomain to public suffix if getBaseDomain fails. r=baku
---
 caps/tests/gtest/TestOriginAttributes.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/caps/tests/gtest/TestOriginAttributes.cpp b/caps/tests/gtest/TestOriginAttributes.cpp
index 12090bbbf1a5..68eb915c7843 100644
--- a/caps/tests/gtest/TestOriginAttributes.cpp
+++ b/caps/tests/gtest/TestOriginAttributes.cpp
@@ -5,6 +5,8 @@
 #include "mozilla/BasePrincipal.h"
 #include "mozilla/Preferences.h"
 #include "nsNetUtil.h"
+#include "nsCOMPtr.h"
+#include "nsIURI.h"
 
 using mozilla::OriginAttributes;
 using mozilla::Preferences;



More information about the tor-commits mailing list