Automatic connections from addons.- #13

Closed
opened 2020-04-01 09:21:14 +00:00 by Narsil · 3 comments

Hi!

Is there a way to block automatic connections from installed addons?

You could see in about:networking they connect to their webpages (eff, amazon cloud and so on) as far as you open the browser.

I think the involved entries are:
extensions.update.enabled = true
extensions.autoupdate.enabled = true

However, if we change them from true to false we have to visit the addons webpages in order to update them manually.

Greetings.

Hi! Is there a way to block automatic connections from installed addons? You could see in about:networking they connect to their webpages (eff, amazon cloud and so on) as far as you open the browser. I think the involved entries are: extensions.update.enabled = true extensions.autoupdate.enabled = true However, if we change them from true to false we have to visit the addons webpages in order to update them manually. Greetings.
Owner

Hi, what are you saying is weird because FF connects to his website to check and download the addons, not to the creator's webpage; more specifically it connect to addons.mozilla.org in order to retrieve your addons updates.

You can check in the link used to download them as proof of this:

"extensions.update.url", "https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%"

"extensions.update.background.url", "https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%"

However, if we change them from true to false we have to visit the addons webpages in order to update them manually

Yes, but as I said not the webpage itself.. but:
https://addons.mozilla.org/en-US/android

Hi, what are you saying is weird because FF connects to his website to check and download the addons, not to the creator's webpage; more specifically it connect to `addons.mozilla.org` in order to retrieve your addons updates. You can check in the link used to download them as proof of this: "`extensions.update.url`", "https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%" "`extensions.update.background.url`", "https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%" > However, if we change them from true to false we have to visit the addons webpages in order to update them manually Yes, but as I said not the webpage itself.. but: https://addons.mozilla.org/en-US/android
Author

Interesting.

However, in about:networking I could see eff.org (HTTPS everywhere) and s3.amazonaws.com when I open it.
So there is another reason, maybe in the addon itself...
I have to see that.

Thanks!

Interesting. However, in about:networking I could see eff.org (HTTPS everywhere) and s3.amazonaws.com when I open it. So there is another reason, maybe in the addon itself... I have to see that. Thanks!
Owner

No problem, feel free to re-open the issue if you find something

No problem, feel free to re-open the issue if you find something
d3cim closed this issue 2020-04-02 18:00:34 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: d3cim/mobile_user.js#13
No description provided.