Bug 1937386 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.

I was unable to reproduce the issue on the nightly build but could reproduce it on the release version. To investigate further, I ran mozregression and discovered that enabling `HTTPS-first` mode resolves the redirect loop.

Given that this behavior is associated with HTTPS-first mode, I'll update the component to `DOM:Security`.
I was unable to reproduce the issue on the nightly build but could reproduce it on the release version. To investigate further, I ran mozregression and discovered that enabling `HTTPS-first` mode resolves the redirect loop.

```
10:50.31 INFO: Running autoland build built on 2024-06-25 17:13:28.467000, revision e774888e
/private/var/folders/ls/95n5m4bj3dv_glk_q345dp8r0000gn/T/tmp4ed5k7x0/Firefox Nightly.app: replacing existing signature
11:07.01 WARNING: codesign verification failed for /private/var/folders/ls/95n5m4bj3dv_glk_q345dp8r0000gn/T/tmp4ed5k7x0/Firefox Nightly.app, re-signing...
/private/var/folders/ls/95n5m4bj3dv_glk_q345dp8r0000gn/T/tmp4ed5k7x0/Firefox Nightly.app: replacing existing signature
11:07.39 INFO: Launching /private/var/folders/ls/95n5m4bj3dv_glk_q345dp8r0000gn/T/tmp4ed5k7x0/Firefox Nightly.app/Contents/MacOS/firefox
11:07.39 INFO: Application command: /private/var/folders/ls/95n5m4bj3dv_glk_q345dp8r0000gn/T/tmp4ed5k7x0/Firefox Nightly.app/Contents/MacOS/firefox -foreground -profile /var/folders/ls/95n5m4bj3dv_glk_q345dp8r0000gn/T/tmpoiktpl6x.mozrunner
11:07.40 INFO: application_buildid: 20240621194536
11:07.40 INFO: application_changeset: e774888e32290c3a371f6164be3d90769b8ea845
11:07.40 INFO: application_name: Firefox
11:07.40 INFO: application_repository: https://hg.mozilla.org/integration/autoland
11:07.40 INFO: application_version: 129.0a1
Was this integration build good, bad, or broken? (type 'good', 'bad', 'skip', 'retry', 'back' or 'exit' and press Enter): good
11:16.83 INFO: Narrowed integration regression window from [55009dbc, 630819c9] (3 builds) to [e774888e, 630819c9] (2 builds) (~1 steps left)
11:16.83 INFO: No more integration revisions, bisection finished.
11:16.83 INFO: Last good revision: e774888e32290c3a371f6164be3d90769b8ea845
11:16.83 INFO: First bad revision: 630819c98ef6bdc758d1b4a3e85a257961decafa
11:16.83 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=e774888e32290c3a371f6164be3d90769b8ea845&tochange=630819c98ef6bdc758d1b4a3e85a257961decafa
```

Given that this behavior is associated with HTTPS-first mode, I'll update the component to `DOM:Security`.

Back to Bug 1937386 Comment 3