Skip to content

Commit

Permalink
handle v1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent c211874 commit c453c2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scriptlets/trusted-set-cookie-reload.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
/* eslint-disable max-len */
/**
* @trustedScriptlet trusted-set-cookie-reload
*
* @description
* Sets a cookie with arbitrary name and value,
* and with optional ability to offset cookie attribute 'expires' and set path.
Expand Down Expand Up @@ -67,6 +68,8 @@ import {
* ```
* example.org#%#//scriptlet('trusted-set-cookie-reload', 'cmpconsent', 'decline', '', 'none')
* ```
*
* @added v1.7.10.
*/
/* eslint-enable max-len */

Expand Down

0 comments on commit c453c2c

Please sign in to comment.