AdguardTeam / Scriptlets

AdGuard scriptlets library
GNU General Public License v3.0
138 stars 27 forks source link

Fix 'set-cookie' — do not encode a cookie name #408

Closed Alex-302 closed 3 months ago

Alex-302 commented 5 months ago

Same as here, probably forgot about non-truste scriptlet https://github.com/AdguardTeam/Scriptlets/issues/311

example.com#%#//scriptlet('set-cookie', 'aa::bb::cc', '1') image

trusted-set-cookie does not break a cookie name example.com#%#//scriptlet('trusted-set-cookie', 'aa::bb::cc', '1') image