Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3034 from sarracini/gh2645
Browse files Browse the repository at this point in the history
feat(systemaddon): Closes #2645 Add <meta> CSP to activity-stream.html
  • Loading branch information
sarracini committed Jul 31, 2017
2 parents f52f501 + 70ea4a8 commit a7ac99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-addon/data/content/activity-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en-us" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'unsafe-inline'; img-src http: https: data: blob:; style-src 'unsafe-inline'; child-src 'none'; object-src 'none'; report-uri https://tiles.services.mozilla.com/v4/links/activity-stream/csp">
<title></title>
<link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css" />
<link rel="stylesheet" href="resource://activity-stream/data/content/activity-stream.css" />
Expand Down

0 comments on commit a7ac99d

Please sign in to comment.