Lock down built in web browser


Recommended Posts

27 minutes ago, tjb_altf4 said:

Needs to allow a whitelist if implemented, there will always be use cases that will require access to non-local addresses... particularly for troubleshooting and recovery.

I guess I need to flesh out my request a little more. I'm not saying to permanently neuter the browser, just make the default settings extremely restricted, and bypassing those restrictions non-trivial on each restart. Maybe just populate a policies.json file. https://support.mozilla.org/en-US/kb/enforcing-policies-firefox-enterprise

{
  "policies": {
    "WebsiteFilter": {
      "Block": ["<all_urls>"],
      "Exceptions": ["http://example.org/*"]
    }
  }
}

 

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.