Changeset 245023 in webkit


Ignore:
Timestamp:
May 7, 2019 12:10:37 PM (5 years ago)
Author:
wilander@apple.com
Message:

Change IsITPFirstPartyWebsiteDataRemovalEnabled from DEFAULT_EXPERIMENTAL_FEATURES_ENABLED to true.
https://bugs.webkit.org/show_bug.cgi?id=197667
<rdar://problem/50549288>

Reviewed by Brent Fulgham.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245022 r245023  
     12019-05-07  John Wilander  <wilander@apple.com>
     2
     3        Change IsITPFirstPartyWebsiteDataRemovalEnabled from DEFAULT_EXPERIMENTAL_FEATURES_ENABLED to true.
     4        https://bugs.webkit.org/show_bug.cgi?id=197667
     5        <rdar://problem/50549288>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * Shared/WebPreferences.yaml:
     10
    1112019-05-07  Tim Horton  <timothy_horton@apple.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r244931 r245023  
    13911391IsITPFirstPartyWebsiteDataRemovalEnabled:
    13921392    type: bool
    1393     defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
     1393    defaultValue: true
    13941394    humanReadableName: "ITP First Party Website Data Removal"
    13951395    humanReadableDescription: "Enable Intelligent Tracking Prevention First Party Website Data Removal"
Note: See TracChangeset for help on using the changeset viewer.