privacy-tech-lab / gpc-android

Code and dynamic analysis scripts for GPC on Android
https://privacytechlab.org/
MIT License
5 stars 1 forks source link

Fixes bug described in issue #44 by adding header removal functionali… #45

Closed ekuller closed 3 years ago

ekuller commented 3 years ago

Fixes bug by adding header removal functionality to setup() and calling setup() every time URL is loaded. It was initially only called when web view is initiated. This might have been an intentional bug in order to slightly decrease load time, but difference is not noticeable.