Bug 1644784 Comment 3 Edit History

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

Thanks for the report!
Could you try to find a regression range?
```
$ pip3 install --upgrade mozregression
$ mozregression --good 76 --bad 77 -a https://soundcloud.com/
```

If you get tab crashes, you could append `--pref security.sandbox.content.level:0` to disable the sandbox (insecure).
Thanks for the report!
Could you try to find a regression range (if there is one)?
```
$ pip3 install --upgrade mozregression
$ mozregression --good 76 --bad 77 -a https://soundcloud.com/
```

If you get tab crashes, you could append `--pref security.sandbox.content.level:0` to disable the sandbox (insecure).

Back to Bug 1644784 Comment 3