Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chromium data for privacy Web Extensions api properties #24527

Merged
merged 5 commits into from
Oct 1, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions webextensions/api/privacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤90"
danielhjacobs marked this conversation as resolved.
Show resolved Hide resolved
danielhjacobs marked this conversation as resolved.
Show resolved Hide resolved
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -161,7 +161,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "18"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is based on the actual version when the privacy API was moved out of the experimental status.

},
"edge": {
"version_added": "79"
Expand Down Expand Up @@ -220,7 +220,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "18"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is based on the actual version when the privacy API was moved out of the experimental status.

},
"edge": {
"version_added": "79"
Expand Down
Loading