Files
brave-core/patches/services-network-cookie_settings.cc.patch
T

13 lines
612 B
Diff

diff --git a/services/network/cookie_settings.cc b/services/network/cookie_settings.cc
index 9e89fa22a72e0acc3ae736ddbc6e2a933e4c3a37..d512c5b59c8c05b9bf4193c7ae9687be48b5cf62 100644
--- a/services/network/cookie_settings.cc
+++ b/services/network/cookie_settings.cc
@@ -260,6 +260,7 @@ CookieSettings::GetCookieSettingWithMetadata(const GURL& url,
match) {
cookie_setting = match->GetContentSetting();
found_explicit_setting = IsExplicitSetting(*match);
+ BRAVE_COOKIE_SETTINGS_GET_COOKIE_SETTINGS_INTERNAL
}
if (cookie_setting != CONTENT_SETTING_BLOCK && !found_explicit_setting) {