-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compatibility with uBO's set-cookie scriptlet #332
Comments
It's best that uBO just supports |
set-cookie/storage dla uBo DEV, z PCC/PCZ wyłapane ułomnym regexem: !/bakeCookie, .*, (true|True|false|False|yes|Yes|no|ok|OK)|(y|Y|No|n|N)|([0-9]|1[0-5]), / !/addToStorage,.*, (undefined|false|true|null|emptyObj|emptyArr|\'\'|yes|no|\{\}|\[\]|\"\")|(([0-9]|[1-9][0-9]{1,3}|[12][0-9]{4}|3[01][0-9]{3}|32[0-6][0-9]{2}|327[0-5][0-9]|3276[0-7]))/ można rozważyć w grudniu 2023 oczyszczenie plików: https://github.com/FiltersHeroes/PCCassets/blob/main/sections/plCDB/bakeCookie.txt https://github.com/FiltersHeroes/PCCassets/blob/main/sections/plCDB/localStorage.txt lekko powiązane AdguardTeam/FiltersCompiler#181 AdguardTeam/Scriptlets#332
Translation of uBo syntax to AG at the server level will allow, for example, Polish Cookies-GDPR to deliver on outdated AdGuard products that still know how to retrieve a newer list state from the AdGuard json file - without duplicating filters in uBo syntax to AdGuard rules at the list level. I may send an update for this list in July 2023 as it merges once again by xxcriticxx due to MajkiIT's increasingly rare login to update the list and merge the community's PR. Assuming that the problems are not embraced for several years in the list of "AdGuard Cookie Notices" with the same scriptlets, rather, not everything was copied to AdGuard repository to evaluate how it could fix it other than with filters from the Because I assume that in neither direction is the filter translated and in filters registry I get an error of unknown scriptlet: ! Invalid selector:
meczyki.pl##+js(gnf) https://github.com/FiltersHeroes/PolishAnnoyanceFilters/blob/master/scriptlets/scriptlets.js I only associate two errors in the handling of the withdrawn |
Related issue: - AdguardTeam/Scriptlets#332 Additionally, uBO's own scriplet syntax now also accept quoting the parameters with either `'` or `"`. This can be used to avoid having to escape commas when they are present in a parameter.
See AdguardTeam/FiltersCompiler#181
The text was updated successfully, but these errors were encountered: