go-rod / rod

A Chrome DevTools Protocol driver for web automation and scraping.
https://go-rod.github.io
MIT License
5.01k stars 328 forks source link

Leakless feature problems... #1005

Closed erenaslandev closed 5 months ago

erenaslandev commented 5 months ago

Rod Version: v0.114.5

For such a feature in an open-source project, you use a base64 binary that is not transparent how it works? why??

ysmood commented 5 months ago

The readme of leakless explains why and how, it's transparent because it's compiled by github action not by a personal machine. The readme also showed how to compile and use your own one if you don't trust Github.