commit 5102454cb075e8435b56e1e948a078864b7c8d5b Author: Kathy Brade brade@pearlcrescent.com Date: Wed May 13 14:45:03 2020 -0400
fixup! Bug 16940: After update, load local change notes. --- browser/base/content/abouttbupdate/aboutTBUpdate.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/abouttbupdate/aboutTBUpdate.xhtml b/browser/base/content/abouttbupdate/aboutTBUpdate.xhtml index ab4c53df007c..8489cfef5083 100644 --- a/browser/base/content/abouttbupdate/aboutTBUpdate.xhtml +++ b/browser/base/content/abouttbupdate/aboutTBUpdate.xhtml @@ -13,7 +13,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="Content-Security-Policy" content="default-src chrome:" /> + <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" /> <title>&aboutTBUpdate.changelogTitle;</title> <link rel="stylesheet" type="text/css" href="chrome://browser/content/abouttbupdate/aboutTBUpdate.css"/>
tor-commits@lists.torproject.org