Bug 1864867 Comment 0 Edit History

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

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0

Steps to reproduce:

0.  [x] Select https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles#:~:text=Type-,about%3Aprofiles,-into%20the%20address
    > about:profiles
0.  [x] Invoke context menu.


Actual results:

It did not appear to be recognized as a URI, despite being valid *and* visitable from Firefox.


Expected results:

It should be treated as any other URI would – the schema should be irrelevant. I think this is just a RegEx nonconformity issue.
#### Environment

~~~YAML
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0
~~~

#### Steps to reproduce

1.  Select `/html/body/div[4]/div/div[2]/main/section/article/section/p[2]/strong` at [`support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles`][1] (which should be `code`, not `strong`):

    [1]: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles#w_manage-profiles-when-firefox-is-open:~:text=about:profiles

    > `about:profiles`

1.  Invoke the context menu (≡⃣).

#### Actual results

It did not appear to be recognized as a URI, despite being valid *and* visitable from Firefox.

#### Expected results

It should be treated as any other URI would – the schema should be irrelevant. I think this is just a RegEx nonconformity issue.

Back to Bug 1864867 Comment 0