File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ let cookiePolicy = {
18
18
}
19
19
20
20
let loadedPolicyResolve
21
- // Listen for a message from the content script which will configure the policy for this context
22
- const trackerHosts = new Set ( )
23
21
24
22
/**
25
23
* @param {'ignore' | 'block' | 'restrict' } action
@@ -79,7 +77,6 @@ export default class CookieFeature extends ContentFeature {
79
77
cookiePolicy . shouldBlock = ! frameExempted && ! tabExempted
80
78
cookiePolicy . policy = settings . firstPartyCookiePolicy
81
79
}
82
- trackerHosts . clear ( )
83
80
84
81
// The cookie policy is injected into every frame immediately so that no cookie will
85
82
// be missed.
@@ -193,10 +190,4 @@ export default class CookieFeature extends ContentFeature {
193
190
194
191
loadedPolicyResolve ( )
195
192
}
196
-
197
- update ( args ) {
198
- if ( args . trackerDefinition ) {
199
- trackerHosts . add ( args . hostname )
200
- }
201
- }
202
193
}
You can’t perform that action at this time.
0 commit comments