Skip to content

Commit

Permalink
Clean up autoconsent config object (ghostery#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban authored Aug 2, 2024
1 parent 23838b3 commit 2e2e1ae
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions extension-manifest-v3/src/background/autoconsent.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ async function initialize(msg, tab, frameId) {
action: 'autoconsent',
type: 'initResp',
rules,
config: {
enabled: true,
autoAction: 'optOut',
disabledCmps: [],
enablePrehide: true,
detectRetries: 20,
},
config: {},
},
{
frameId,
Expand Down

0 comments on commit 2e2e1ae

Please sign in to comment.