Deleted user
Deleted user
Здравствуйте! Хотелось бы реализовать следующую возможность: Ограничение трекинга через сети CDN. Хорошими решениями могут послужить следующие дополнения: https://www.localcdn.org/ (один из самых популярных) https://github.com/Synzvato/decentraleyes/releases (похожая версия, но с открытым исходным кодом...
Здравствуйте! Хотелось бы улучшить функционал вашего расширения и добавить в него возможность смены User Agent. Например можно взять за основу что-то вроде этого (open source) https://github.com/tarampampam/random-user-agent В нем реализована защита...
Is there any plan to add new features to stealth mode? Currently it would be nice to have options as blocking csp reports, ping tracking, eTag tracking, etc.
While running a debugging session, I accidentally noticed this line of code: https://github.com/yahoo/fili/blob/master/fili-core/src/main/java/com/yahoo/bard/webservice/web/DimensionApiRequestMapper.java#L62 By interface contract, `apply` should throw `RequestValidationException` instead of `BadApiRequestException` Another consequence is a bug where dimension...
There needs to be a way to fix ``` Failed tests: RateLimitFilterSpec.Global limit reached:184 Condition not satisfied: TestRateLimitFilter.instance.rateLimiter.rejectUserMeter.count == 30 - LIMIT_GLOBAL | | | | | | | |...
Contains filter on dimension with huge cardinality slows down query and can even timeout.
In order to upgrade `javax validation-api` to its latest version, groovy version needs to go at least above a beta version (https://issues.apache.org/jira/browse/GROOVY-8356). We don't want Fili to take risk of...
https://github.com/yahoo/fili/pull/673
This is a follow up issue for https://github.com/yahoo/fili/issues/652 .