Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Chromium data for privacy Web Extensions api properties (#24527)
* Update Chromium data for privacy Web Extensions api properties The privacy API, at the time already containing both services.alternateErrorPagesEnabled and services.autofillEnabled, was moved out of the experimental status in https://source.chromium.org/chromium/chromium/src/+/607e6522f841933e0d3130c09d33207876850948, which according to https://source.chromium.org/chromium/chromium/src/+/607e6522f841933e0d3130c09d33207876850948:chrome/VERSION was Chrome 18. * Update Chromium data for privacy Web Extensions api property httpsOnlyMode This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `privacy` Web Extensions api properties. This sets the feature(s) to a version range based upon the date that the feature was added to BCD with the intent of replacing `true` values with ranged values to eliminate `true` values from BCD. Commit/PR Adding the Feature: #8830 * Mirror Edge data in the Web Extensions privacy API * Properly mirror Edge data in Web Extensions privacy API * httpsOnlyMode not in Chromium Web Extensions privacy API Despite it being added to the compatibility data in #8830, in reality it does not exist on Chromium browsers. Co-authored-by: Rob Wu <[email protected]> --------- Co-authored-by: Rob Wu <[email protected]>
- Loading branch information