Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

URIs are no longer working properly as of Firefox 122

  • 9 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi zeroknight

more options

Hello, On firefox 121, I'm able to launch URIs with arguments just fine. However on firefox 122, this isn't the case, and it does not understand the URI at all. Same URI btw.

Hello, On firefox 121, I'm able to launch URIs with arguments just fine. However on firefox 122, this isn't the case, and it does not understand the URI at all. Same URI btw.

Tất cả các câu trả lời (9)

more options

Show the issue. Provide steps to replicate.

more options

Literally use any window.location.href with an application URI and it no longer works as it used to, instead it gives this error,

more options

First of all, I have no way to provide details. My ex-wife, who is definitely not good on a computer, orders groceries online from Harris Teeter regularly. Today she was having trouble entering an order and called Harris Teeter support. They told her that their web site is now having problems with Firefox and talked her through switching to Chrome. I got the impression the problem had something to do with seeing images of the food items. Wish I could provide more info than that.

more options

Firefox needs to revert this update.

more options

Links with the format magnet://url need to be changed to magnet:url without the two forward slashes ("//") and Chrome will soon be the same (Bug 1876729).

You can revert by changing network.url.useDefaultURI to false in about:config then restart the browser.

more options

Why don't they have it false by default?

more options

Hello

https://www.mozilla.org/en-US/firefox/122.0/releasenotes The fallback URL parser for unknown schemes was changed to DefaultURI, this improves specification adherence and web compatibility.

https://bugzilla.mozilla.org/show_bug.cgi?id=1876729#c7 https://www.mozilla.org/en-US/firefox/122.0a1/releasenotes The fallback URL parser for unknown schemes was changed to DefaultURI this improves specification adherence and web compatibility. https://bugzilla.mozilla.org/show_bug.cgi?id=1603699

Under Firefox 122release network.url.useDefaultURI true value defaut Under Firefox 115esr network.url.useDefaultURI false value defaut

more options

Here is the explanation from the release notes:

The fallback URL parser for unknown schemes was changed to DefaultURI, this improves specification adherence and web compatibility.