Skip to content

Commit

Permalink
Enable static pins so we can use them for Brave properties. (fixes br…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed May 8, 2021
1 parent f48ee37 commit ba88feb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chromium_src/net/http/transport_security_state.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* Copyright 2021 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/. */

#include "build/branding_buildflags.h"
#undef BUILDFLAG_INTERNAL_GOOGLE_CHROME_BRANDING
// Force static pins to be enabled
#define BUILDFLAG_INTERNAL_GOOGLE_CHROME_BRANDING() (1)

#include "../../../../net/http/transport_security_state.cc"

0 comments on commit ba88feb

Please sign in to comment.