Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattm27 committed May 23, 2024
1 parent 3bcd020 commit 7938cdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ The following procedure is for testing the OptMeowt extension UI, which cannot b
"permissions": [
"declarativeNetRequest",
"webRequest",
"webRequestBlocking",
"webNavigation",
"<all_urls>",
"storage",
"activeTab",
"cookies",
Expand All @@ -192,7 +194,9 @@ The following procedure is for testing the OptMeowt extension UI, which cannot b

- `declarativeNetRequest`: Allows OptMeowt to modify rules, allowing us to send the GPC header
- `webRequest`: Pauses outgoing HTTP requests to append opt out headers
- `webRequestBlocking`: Allows an extension to intercept and potentially block, modify, or redirect web requests before they are completed
- `webNavigation`: Similar to `webRequest`, allows OptMeowt to check when navigation requests are made to reset processes
- `<all_urls>`: Gives OptMeowt permission to access and interact with the content and data of any website visited by the browser
- `storage`: Allows OptMeowt to save your opt out preferences in your browser
- `activeTab`: Allows OptMeowt to set opt out signals on your active browser tab
- `cookies`: Allows OptMeowt to place opt out cookies in your browser
Expand Down

0 comments on commit 7938cdf

Please sign in to comment.