0

Every user of Edge Chromium or Google Chrome browser can access page where there are all browser's policies listed: edge://policy (or respectively: chrome://policy). In that place there is a possibility to get JSON file containing all the policies (see attached image). In my Angular app I need to have access to that file, just to display policies (for example in the table). Is there any possibility to get the data via http client or something?

enter image description here

2
  • The only way would be for the user to download that json and upload it again in your angular app.
    – MikeOne
    Commented Oct 1, 2021 at 14:35
  • If this is possible, I don't want to use this browser anymore. This would be a major security issue. Why should a website have access to my policies? Commented Oct 1, 2021 at 15:02

1 Answer 1

0

You can use this policy to denied access :

urlblocklist='edge://policy/'

https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#urlblocklist

1
  • As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Jan 17, 2022 at 10:25

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.