diff options
Diffstat (limited to 'www/chromium-uc/patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium-uc/patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch b/www/chromium-uc/patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch index 01696b7..41e42b8 100644 --- a/www/chromium-uc/patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch +++ b/www/chromium-uc/patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch | |||
| @@ -8,11 +8,11 @@ Out with all those tracking cookies! | |||
| 8 | components/content_settings/core/browser/content_settings_registry.cc | 2 +- | 8 | components/content_settings/core/browser/content_settings_registry.cc | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | 10 | ||
| 11 | --- components/content_settings/core/browser/content_settings_registry.cc.orig | 11 | --- a/components/content_settings/core/browser/content_settings_registry.cc |
| 12 | +++ components/content_settings/core/browser/content_settings_registry.cc | 12 | +++ b/components/content_settings/core/browser/content_settings_registry.cc |
| 13 | @@ -126,7 +126,7 @@ void ContentSettingsRegistry::Init() { | 13 | @@ -131,7 +131,7 @@ void ContentSettingsRegistry::Init() { |
| 14 | // WARNING: The string names of the permissions passed in below are used to | 14 | // PrefProvider::DiscardOrMigrateObsoletePreferences() and |
| 15 | // generate preference names and should never be changed! | 15 | // DefaultProvider::DiscardOrMigrateObsoletePreferences() accordingly. |
| 16 | 16 | ||
| 17 | - Register(ContentSettingsType::COOKIES, "cookies", CONTENT_SETTING_ALLOW, | 17 | - Register(ContentSettingsType::COOKIES, "cookies", CONTENT_SETTING_ALLOW, |
| 18 | + Register(ContentSettingsType::COOKIES, "cookies", CONTENT_SETTING_SESSION_ONLY, | 18 | + Register(ContentSettingsType::COOKIES, "cookies", CONTENT_SETTING_SESSION_ONLY, |
