-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add didomi-loader as scriptlet. #300 AG-27340
Squashed commit of the following: commit 70be56a Merge: 14d9d3f 6709b30 Author: Slava Leleka <v.leleka@adguard.com> Date: Tue Mar 12 18:15:10 2024 +0200 Merge branch 'master' into feature/AG-27340-didomi-loader commit 14d9d3f Author: Slava Leleka <v.leleka@adguard.com> Date: Tue Mar 12 16:20:40 2024 +0200 fix changelog commit a628157 Author: Slava Leleka <v.leleka@adguard.com> Date: Tue Mar 12 16:18:19 2024 +0200 add didomi-loader as scriptlet
- Loading branch information
1 parent
6709b30
commit 76b86ac
Showing
4 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { DidomiLoader } from '../redirects/didomi-loader'; | ||
|
||
/** | ||
* @scriptlet didomi-loader | ||
* | ||
* @description | ||
* Mocks Didomi's CMP loader script. | ||
* https://developers.didomi.io/ | ||
* | ||
* ### Examples | ||
* | ||
* ```adblock | ||
* example.org#%#//scriptlet('didomi-loader') | ||
* ``` | ||
* | ||
* @added unknown. | ||
*/ | ||
export { DidomiLoader }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters