Bug 1667588 Comment 1 Edit History

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

This is what you need to add to the configuration:

```
{
  "appliesTo": [
    {
      "included": {
        "everywhere": true
      }
    },
  ],
  "telemetryId": "ddg",
  "webExtension": {
    "id": "ddg@search.mozilla.org"
  },
}
```
You can probably upload that via the upload script that was used to upload the script previously.

There's also a review option on remote settings, so you can promote it to review, then test it out, then deploy it.
This is what you need to add to the configuration:

```
{
  "appliesTo": [
    {
      "included": {
        "everywhere": true
      }
    }
  ],
  "telemetryId": "ddg",
  "webExtension": {
    "id": "ddg@search.mozilla.org"
  },
}
```
You can probably upload that via the upload script that was used to upload the script previously.

There's also a review option on remote settings, so you can promote it to review, then test it out, then deploy it.

Back to Bug 1667588 Comment 1