Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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".

Learn More

A specific website wont redirect to their ADFS website.

  • 3 trả lời
  • 0 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi b.debakker

more options

We use Firefox ESR for along time in our organisation but with the last update, a specific page wont redirect to the ADFS page. In the latest normal version of Firefox it works and also other browser but not in ESR.

The webpage is https://rx-base.nl/ and https://preprod.rx-base.nl/

We are using the latest version of ESR. It gives a blank page with in the console a error:

Uncaught (in promise) TypeError: Fout bij het oplossen van modulespecificatie ‘@rxbase/root’. Relatieve modulespecificaties moeten beginnen met ‘./’, ‘../’ of ‘/’.

Please advise on what to do.

We use Firefox ESR for along time in our organisation but with the last update, a specific page wont redirect to the ADFS page. In the latest normal version of Firefox it works and also other browser but not in ESR. The webpage is https://rx-base.nl/ and https://preprod.rx-base.nl/ We are using the latest version of ESR. It gives a blank page with in the console a error: Uncaught (in promise) TypeError: Fout bij het oplossen van modulespecificatie ‘@rxbase/root’. Relatieve modulespecificaties moeten beginnen met ‘./’, ‘../’ of ‘/’. Please advise on what to do.

Giải pháp được chọn

So what I discovered is that enabling a feature called import maps fixes this.

In particular, setting this pref:

dom.importMaps

to true.

Do you use policy to manage Firefox?

Đọc câu trả lời này trong ngữ cảnh 👍 1

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

more options

That's quite odd. I'll need to debug and figure out what's going on.

I am able to recreate the behavior, and I'm wondering if it used to be broken on regular Firefox and got fixed at some point.

Also, FYI, we're releasing a new ESR in a few weeks and it will work there.

more options

Giải pháp được chọn

So what I discovered is that enabling a feature called import maps fixes this.

In particular, setting this pref:

dom.importMaps

to true.

Do you use policy to manage Firefox?

more options

Hi Mike, that indeed solves the problem. We use policys indeed so we added it to the preferences (in JSON)

{ "dom.importMaps.enabled": { "Value": true, "Status": "locked" } }

Hopefully it doesnt break any other website :) , thanks for the solution!

Được chỉnh sửa bởi b.debakker vào