Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

policies.json nor working

  • 3 odpovede
  • 0 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od Ciaopescao

more options

Hi,

My policies.json file is installed in my 'distribution' folder alongside FirefoxPortable.exe and the Data folders in the root of the Firefox portable install folder.

It looks like this:

{

"policies": {
  "PrimaryPassword": true,
  "BlockAboutConfig": true,
  "PromptForDownloadLocation": true,
  "SanitizeOnShutdown": {
     "Cache": true,
     "OfflineApps": true },
  "Preferences": {
     "browser.startup.page": {
       "Value": 3,
       "Status": "user" 
     }
  }
}

}

None of the policies are being applied, and on the page <about:policies> I'm getting "The Enterprise Policies service is inactive".

Others have said this was caused by having the following registry keys in the registry, which is not the case in my registry after checking:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\ Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Mozilla\Firefox\

Thanks.

Hi, My policies.json file is installed in my 'distribution' folder alongside FirefoxPortable.exe and the Data folders in the root of the Firefox portable install folder. It looks like this: { "policies": { "PrimaryPassword": true, "BlockAboutConfig": true, "PromptForDownloadLocation": true, "SanitizeOnShutdown": { "Cache": true, "OfflineApps": true }, "Preferences": { "browser.startup.page": { "Value": 3, "Status": "user" } } } } None of the policies are being applied, and on the page <about:policies> I'm getting "The Enterprise Policies service is inactive". Others have said this was caused by having the following registry keys in the registry, which is not the case in my registry after checking: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\ Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Mozilla\Firefox\ Thanks.

Všetky odpovede (3)

more options

Make sure you create the distribution folder in the correct location since you mention the Data folder that is used for the profiles. I'm not using the portable version being on Linux, but I think that this is the correct file path:

  • FirefoxPortable\distribution\policies.json
more options

Yep that's where it is.

more options

Solved this now.

For portable versions of Firefox, the 'distribution' folder containing policies.json needs to go in the FirefoxPortable>App>Firefox64 folder.