-
Notifications
You must be signed in to change notification settings - Fork 314
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
Fixes #233, removed built-in extensions #754
Conversation
Removed from `configure_firefox.py`: `ghostery` `uBlock Origin` `https-everywhere`
Could you please also delete this entire folder https://github.com/mozilla/OpenWPM/tree/master/automation/DeployBrowsers/firefox_extensions |
Also I'm disabling the localstack tests for now, as I can't find a fix. This means you'll have to merge the master branch into your branch once #756 gets merged. |
Noted, will do! |
Codecov Report
@@ Coverage Diff @@
## master #754 +/- ##
==========================================
- Coverage 40.81% 40.10% -0.71%
==========================================
Files 29 29
Lines 3183 3159 -24
==========================================
- Hits 1299 1267 -32
- Misses 1884 1892 +8
Continue to review full report at Codecov.
|
LGTM. Do you have anything you still want to do? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realize we also don't need
https://github.com/mozilla/OpenWPM/blob/2b1a54eff38feebb737abf402382156e7b2a7438/automation/DeployBrowsers/configure_firefox.py#L19-L22
any more. Which means we should also remove
https://github.com/mozilla/OpenWPM/blob/2b1a54eff38feebb737abf402382156e7b2a7438/automation/DeployBrowsers/configure_firefox.py#L4-L7
Regarding #743 I'd wait a bit to see if the person currently assigned on it responds, but feel free to have a look at it. |
Yeah that'll be great, thank you so much! 😄 |
Noted, I'll take care of that. |
Closes openwpm#233 Removed built-in extensions: - ghostery - uBlock Origin - https-everywhere - AdBlock Plus
Removed from
configure_firefox.py
:ghostery
uBlock Origin
https-everywhere
I also removed the whitespace to save a few bytes. I checked
deploy_browser.py
,deploy_firefox.py
, andselenium_firefox.py
just to make sure the removed extensions aren't referenced, but I found nothing.I deleted the references within
default_browser_params.json