pmario / file-backups

File Save & Backup Utility For TiddlyWiki
https://pmario.github.io/file-backups
75 stars 7 forks source link

Support for Firefox Quantum Extended Support Release #26

Closed gesobak closed 5 years ago

gesobak commented 6 years ago

I tried to install the Add-on in Firefox Quantum Extended Support Release 60.2.0esr (32-Bit). The website https://addons.mozilla.org/de/firefox/addon/file-backups/?src=search complained that the Add-on is not compatible. I installed via downloaded file and it works fine. Probably some version compare needs to be adjusted. It would be nice, if this gets fixed. Thanks!

pmario commented 6 years ago

I'll have a closer look. Thx for the info

pmario commented 6 years ago

Which OS do you use

gesobak commented 6 years ago

It is my Laptop at work which runs Win10. If you need more details, I can check next week. Maybe the browser is specially adapted by the companys IT department, which rolls this out.

pmario commented 6 years ago

I'll have a look. At the moment I'm using linux. On Tuesday I'll have win 10 again :)

gesobak commented 6 years ago

You would do me really a favour. Right now I have to install the plugin after each new login, so to say once a day. The plugin gets kicked out, probably due to the IT departments policy.

pmario commented 6 years ago

I needed to create a VM to install the ESR version. ... The problem is, it works as expected. ... BUT I'm using a 64 bit version. I'll try it again with ESR 32 bit if possible

pmario commented 6 years ago

Did install FF 32 V 60.2.1esr (32bit) It doesn't show an incompatibility warning. ... May be your IT needs to whitelist FF AddOns??

pmario commented 6 years ago

see: https://github.com/mozilla/policy-templates/blob/master/README.md#extensions-machine-only

pmario commented 6 years ago

or: https://github.com/mozilla/policy-templates/blob/master/README.md#installaddonspermission

gesobak commented 6 years ago

Thanks for your help, the above links on the policy file and your time spent checking! Sorry for opening this as a bug. For me it is OK, if you close this bug as invalid. I'll try to check that policy file before getting into contact with the IT department. It should be possible to find it in the file system.

pmario commented 6 years ago

OK. I'll leave it open. You can close it, when you have the info. Let me know how it worked out if thats possible.

gesobak commented 6 years ago

Checked the file "policies.json". Content:

{
  "policies": {
     "DisableAppUpdate": true,
     "DisableFirefoxAccounts": true,
     "DisableFormHistory": true,
     "EnableTrackingProtection": {
        "Value": true,
        "Locked": false
        },
    "NoDefaultBookmarks": true,
    "RememberPasswords": false,
    "DisableMasterPasswordCreation": true,
    "DisableFirefoxStudies": true,
    "DisableProfileRefresh": true,
    "DisableTelemetry": true,
    "OfferToSaveLogins": false,
    "SearchBar": "separate",
    "Certificates": {
      "ImportEnterpriseRoots": true
    }
    }
}

There is no entry for "Extensions (Machine only)" or "InstallAddonsPermission". I have no clue how to check Group Policy settings.

gesobak commented 5 years ago

FYI: I raised a ticket at IT.

As a standard behaviour at first level support they deleted Cookies, Site Data and Cached Site Data completely. To my surprise this seemed to work. I could reboot, log off and on and the Add-on was still installed. So I closed the ticket.

Today working from home the Add-on was gone again (strange). I'll further test, check and might raise the ticket again.

I have no idea why deleting data in firefox at least temporarily solved the problem.

gesobak commented 5 years ago

I forgot to mention: The problem with the incompatibilty message vanised. I do not know why. Maybe through an update of firefox. No I could install the Add-on via the regular way, but it vanished from firefox after reboot or log off/log on.

pmario commented 5 years ago

That's strange