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?
-
The only way would be for the user to download that json and upload it again in your angular app.– MikeOneCommented 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?– Danilo KörberCommented Oct 1, 2021 at 15:02
Add a comment
|
1 Answer
You can use this policy to denied access :
urlblocklist='edge://policy/'
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#urlblocklist
-
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 BotCommented Jan 17, 2022 at 10:25