Skip to content

Commit

Permalink
handle v1.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent 6f8d1db commit b496d6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scriptlets/no-topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {

/**
* @scriptlet no-topics
*
* @description
* Prevents using The Topics API
* https://developer.chrome.com/docs/privacy-sandbox/topics/
Expand All @@ -13,6 +14,8 @@ import {
* ```
* example.org#%#//scriptlet('no-topics')
* ```
*
* @added v1.6.18.
*/
export function noTopics(source) {
const TOPICS_PROPERTY_NAME = 'browsingTopics';
Expand Down

0 comments on commit b496d6f

Please sign in to comment.