Loading
firefox: fix wrapper autoconfig semicolon
The wrapper has a conditional checking for optional nix extensions. If it exists it adds a preference line to the autoConfig file. In the previous commit d3a6a124 the conditional was added to the line in the config, but it missed the semicolon at the end of the string. Leading to the autoConfig file always having a seemingly random ; regardless of the condition.