Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #550 from brave/fix_526
Browse files Browse the repository at this point in the history
Fix #526: Adding static pins for Amazons CAs
  • Loading branch information
bridiver committed Jun 1, 2018
1 parent 117fe11 commit 9987d58
Show file tree
Hide file tree
Showing 5 changed files with 1,856 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.patch -crlf
atom/browser/resources/transport_security_state_static.pins -crlf
1 change: 1 addition & 0 deletions atom/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ source_set("browser") {
"api/save_page_handler.cc",
"api/save_page_handler.h",
"browser/resources/transport_security_state_static.json",
"browser/resources/transport_security_state_static.pins",
"auto_updater.cc",
"auto_updater.h",
"atom_browser_client.cc",
Expand Down
5 changes: 5 additions & 0 deletions atom/browser/resources/transport_security_state_static.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
{
"name": "brave",
"static_spki_hashes": [
"AmazonRootCA1",
"AmazonRootCA2",
"AmazonRootCA3",
"AmazonRootCA4",
"StarfieldG2",
"GlobalSignRootCA",
"GlobalSignRootCA_R2",
"GlobalSignRootCA_R3",
Expand Down
Loading

0 comments on commit 9987d58

Please sign in to comment.