@volkerdi : Thunderbird MOZ_REQUIRE_SIGNIN default value
by marav from LinuxQuestions.org on (#5NNAB)
Hi,
Ref:
https://www.linuxquestions.org/quest...3/#post6277399
According to the Mozilla Bugzilla, the built in option: MOZ_REQUIRE_SIGNIN
should be set to "blank" by default.
A fix has been made for 90 millestom
Code:Unset MOZ_REQUIRE_SIGNING for all Thunderbird buildsCode: # Disable enforcing that add-ons are signed by the trusted root.
-MOZ_REQUIRE_SIGNING=0
+MOZ_REQUIRE_SIGNING=https://phabricator.services.mozilla.com/D115850
https://bugzilla.mozilla.org/show_bug.cgi?id=1712633
https://bugzilla.mozilla.org/show_bug.cgi?id=1712643
https://hg.mozilla.org/comm-central/rev/05f8156513ea


Ref:
https://www.linuxquestions.org/quest...3/#post6277399
According to the Mozilla Bugzilla, the built in option: MOZ_REQUIRE_SIGNIN
should be set to "blank" by default.
A fix has been made for 90 millestom
Code:Unset MOZ_REQUIRE_SIGNING for all Thunderbird buildsCode: # Disable enforcing that add-ons are signed by the trusted root.
-MOZ_REQUIRE_SIGNING=0
+MOZ_REQUIRE_SIGNING=https://phabricator.services.mozilla.com/D115850
https://bugzilla.mozilla.org/show_bug.cgi?id=1712633
https://bugzilla.mozilla.org/show_bug.cgi?id=1712643
https://hg.mozilla.org/comm-central/rev/05f8156513ea