Skip to content

Commit

Permalink
feat: Imported Firefox 84.0b6 schema (#3471)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl authored Nov 30, 2020
1 parent 370d039 commit c800da6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schema/imported/browsing_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@
},
"description": "Only remove data associated with these hostnames (only applies to cookies and localStorage)."
},
"cookieStoreId": {
"type": "string",
"description": "Only remove data associated with this specific cookieStoreId."
},
"originTypes": {
"type": "object",
"description": "An object whose properties specify which origin types ought to be cleared. If this object isn't specified, it defaults to clearing only \"unprotected\" origins. Please ensure that you <em>really</em> want to remove application data before adding 'protectedWeb' or 'extensions'.",
Expand Down

0 comments on commit c800da6

Please sign in to comment.