I am building an app that requires the user to change a Chrome setting. It will be more convenient to send the user directly to chrome://settings
instead of having them open it manually via the menu, but when I try and open it directly or through a hyperlink on a web page, it always goes to about:blank#blocked
. I have tried this on Windows, MacOS, and ChromeOS (including through a link in a TextView in an Android app), but the result is the same. Is this possible, or is it completely blocked for security or some other purpose?
Asked
Active
Viewed 664 times
1

Jaidev Ramakrishna
- 87
- 1
- 9
2 Answers
2
i'll save you the trouble and let you know its not possible, and yes you're right due to security reasons

mikoto dread
- 176
- 9
0
For Chrome on my local machine chrome://settings/ works. Well surely not impossible but still not that easy maybe this helps
https://support.google.com/chrome/a/thread/11564174?hl=en

Bender
- 72
- 6
-
Are you able to open it through a hyperlink embedded in a web page? – Jaidev Ramakrishna Mar 05 '20 at 00:18