Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Firefox 62 broke the solution for "I want to open new tabs in a local page", how to repair?

  • 1 odpověď
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od cor-el

more options

The solution posted here: https://support.mozilla.org/en-US/questions/1210576

worked wonderfully for providing an automatic load of a *local* homepage in a new tab until FF v62.0. I've checked my config file and js file, and both are correct and in the correct location, but now FF 62 broke this again. Two questions: *WHY*, and how do I force this back to the *obvious* choice of wanting a new tab to load your homepage (including *LOCAL*, no-net-needed, no junk, fast loading pages). No good explanation has ever been provided for why this simple functionality is forced away from users. This is *obvious* functionality, why is there not a good explanation of why FF developers won't provide their users with this capability.

The solution posted here: https://support.mozilla.org/en-US/questions/1210576 worked wonderfully for providing an automatic load of a *local* homepage in a new tab until FF v62.0. I've checked my config file and js file, and both are correct and in the correct location, but now FF 62 broke this again. Two questions: *WHY*, and how do I force this back to the *obvious* choice of wanting a new tab to load your homepage (including *LOCAL*, no-net-needed, no junk, fast loading pages). No good explanation has ever been provided for why this simple functionality is forced away from users. This is *obvious* functionality, why is there not a good explanation of why FF developers won't provide their users with this capability.

Všechny odpovědi (1)

more options

In Firefox 62 the autoconfig file is run in a sandbox that doesn't support such privileged JavaScript code. You can probably see messages in the Browser Console about this change. It is also mentioned in the Release Notes.

Updates for enterprise environments:

    AutoConfig is sandboxed to the documented API by default. You
    can disable the sandbox by setting the preference
    general.config.sandbox_enabled to false. Our long term plan is to
    remove the ability to turn off the sandboxing. If you need to
    continue to use more complex AutoConfig scripts, you will need to use
    Firefox Extended Support Release (ESR).

See also: