mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
cookie-remover.js
parent
eab41b2836
commit
6ae4e265c6
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@ Parameters:
|
|||
Logs to the console event listeners created on page.
|
||||
|
||||
|
||||
### cookie-remover.js [↪](https://github.com/uBlockOrigin/uAssets/blob/1c40fc5c40f510734d454b52907728137c133dd1/filters/resources.txt#L2361)
|
||||
Removes current page cookies specified by name. For current domain, wildcard (dot) subdomain, root path, script accessible (HttpOnly=false), on load and before unload.
|
||||
|
||||
Parameters:
|
||||
- optional, string/_regular expression_, matching in the name of the cookie
|
||||
|
||||
|
||||
### csp.js [↪](https://github.com/uBlockOrigin/uAssets/blob/2c68a4f5456e4677cec76f2784d2c1d7abc36efb/filters/resources.txt#L1849)
|
||||
Deprecated by `$csp` network filter option.
|
||||
TODO: csp filter is explained on adblockplus.org/en/filters but no direct link
|
||||
|
|
|
|||
Loading…
Reference in a new issue