I was trying to disable webRTC in Chromium for the past few hours unsuccessfully. I would like to solve it without using extensions for headless: true by either modifying the right files in puppeteer-bundled chromium or with launch arguments if that is possible? So far I was unable to pass the test at browserleaks.com/webrtc
Is there an easy way I can implement this every time I use puppeteer in my projects?
Edit: When headless:false this can be solved by loading in local extensions. However there seem to not be simple solution equivalent to adding arguments when headless:true.