Bug 1903018 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This line needs to be changed:
```js
// MOZ_APP_VENDOR is empty on Thunderbird.
let vendor = AppConstants.MOZ_APP_NAME == "thunderbird" ? "" : "Mozilla";
```

It can probably just be set to AppConstants.MOZ_APP_VENDOR.

Same line is in test_select_backgroundtasks_not_ephemeral_exists.js that needs changing.
This line needs to be changed:
```js
// MOZ_APP_VENDOR is empty on Thunderbird.
let vendor = AppConstants.MOZ_APP_NAME == "thunderbird" ? "" : "Mozilla";
```

It can be set to "Mozilla".

Same line is in test_select_backgroundtasks_not_ephemeral_exists.js that needs changing.

Back to Bug 1903018 Comment 5