Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

block file:///c:/ in Firefox Quantum release 60.4.0esr(32-bit)

  • 8 antwoorden
  • 2 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van Mike Kaply

more options

Hello, I ve tried to block file:///c:/ in Firefox Quantum release 60.4.0esr(32-bit) by the above .json with no results. I ve also tried to block it in a newer release and it was fine (78.15.0esr (32-bit)). Is anything i can do to block it in this particular version i m using(60.4.0esr(32-bit))?

Thank you

{ "policies": { "WebsiteFilter": { "Block": ["file:///C:/*"] } } }

Hello, I ve tried to block '''file:///c:/''' in Firefox Quantum release 60.4.0esr(32-bit) by the above .json with no results. I ve also tried to block it in a newer release and it was fine (78.15.0esr (32-bit)). Is anything i can do to block it in this particular version i m using(60.4.0esr(32-bit))? Thank you { "policies": { "WebsiteFilter": { "Block": ["file:///C:/*"] } } }

Gekozen oplossing

Yes, I'm putting together something for you. Can you email me directly at mkaply at mozilla.com and I'll have something for you.

Dit antwoord in context lezen 👍 0

Alle antwoorden (8)

more options

Unfortunately there's no way to block local files via policy in Firefox 60. It was added in 78.

Can I ask why you're using a version that old?

more options

Hello, There are a number of old apps that are configured to play with this particular version. Is there any configuration that we can make in the browser.js file?

more options

Can we Customize Firefox Using AutoConfig to block it somehow?

https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig

more options

Yes, I have some code available here:

https://github.com/mkaply/fileblock

more options

Hello,

I've tried "fileblock" with no results. It says that its incompatible with the current version(60.40.0esr)

Can you please help me out to resolve it?

more options

Gekozen oplossing

Yes, I'm putting together something for you. Can you email me directly at mkaply at mozilla.com and I'll have something for you.

more options

Hi, ive found and sent you in consulting@kaply.com.Is this the exact email you use?

more options

I wrote some custom code using my fileblock and backporting it to 60 for this person.