how to prevent users from installing extension ?
-
hfawwaz last edited by
this is my company needed, we need to block employee to install any extension on Opera Browser. bcs sometime users install dangerous extension. thanks for helping
-
sgunhouse Moderator Volunteer last edited by
@hfawwaz How would you do it on Chrome? If all else fails, block the addons.opera.com site in a hosts file.
-
hfawwaz last edited by
@sgunhouse there is a policy template files added on gpedit.msc for chrome. may i know how to block from host file?
-
sgunhouse Moderator Volunteer last edited by
@hfawwaz To use a hosts file, you create a file named "hosts" and in it you put a list of domain names followed by what IP address you want that host to resolve to. The networking software is designed to look for this file, and will skip the DNS lookup for any domain found there. So by setting an address of 1.1.1.1 or 0.0.0.0 you can prevent users from accessing a specific site.
There's a little more to it - obviously the file has to be where your OS expects it to be. Second, some malware tends to add its own list to any hosts file, so some anti-malware programs may want to remove it. You'll need to research that part yourself.
But with a hosts file, you could prevent users from accessing Opera's extensions site. Not 100% guaranteed to prevent them from installing extensions, but certainly makes it harder.
-