Kris Lou
Kris Lou
No, definitely not Offline. (edit: *not*)
Interesting. We're chasing down 2 different things -- IET duplicate menu items, and extensions in incognito mode. I renamed/removed my ```policies.json``` and ```thunderbird.cfg``` -- and I _should_ be deploying addons...
So I ripped it apart a few times, removed everything, and put it all back in different permutations. And can't reproduce any of it. So maybe this is an artifact...
So, my deployment re-confirmed and deployed my configurations, and it's still showing the double menu. However, nothing about Private Browsing with the extensions, and also ```browser.privatebrowsing.autostart``` is false (since it...
For the record (though I'm sure it's in your email by now): ``` { "policies": { "DisableAppUpdate": true, "ExtensionUpdate": false, "ExtensionSettings": { "*": { "installation_mode": "allowed", "blocked_install_message": "This extension is...
Very interesting, this seemed to have "fixed" it! (Or at least, found it.) I linked to Github instead (didn't want to spend the time finding the ATN link): ``` "ExtensionSettings":...
FWIW, the issue also persists under MacOS. So I assume it has something to do with the (locally-sourced) extension being installed at every launch instead of checking the internal versioning.
Released XPI v11.2 has a typo in ```manifest.json```; should be ```"strict_max_version": "95.0"``` https://github.com/thundernest/import-export-tools-ng/blob/4504a98b585e8caeca070c2ca4dde7ca7a53821b/src/manifest.json#L11 Once fixed, it works as you say, on the second restart. All of the ```file:///``` URLs are...
The problem is here: https://github.com/bloomreach/s4cmd/blob/e74e0e7cc666d39af054d231d0a84f817dbab2fa/s4cmd.py#L1296-L1307 In particular: https://github.com/bloomreach/s4cmd/blob/e74e0e7cc666d39af054d231d0a84f817dbab2fa/s4cmd.py#L1304 When the ```chunk``` is larger than a 32-bit system can handle, then it crashes. This is probably the case for all files...
This is different from the "Open an app from an unidentified developer." This is adding it to the firewall whitelist, and having those settings persist beyond the existing application session....