1. BlockInstallPageAsApp
1.1 Description: This policy block students to install Progressive Web Apps (PWA) as apps. Chrome supports a feature to
Use web apps - Computer - Google Chrome Help and allow to install it as app. These apps seem to be native as it opens its own window. So Students used this feature to bypass managed web filters to play games.
1.2 Other details: This policy is an Object, containing 2 child properties
Blacklist and
BlacklistExceptions. (Similar to BlockDriveSharedLinks policy, just for your reference).
1.3 Data type: Object
1.4 Default value:{
"Blacklist": [],
"BlacklistExceptions": [],
}
1.5 Example:
1.6 Sub Properties Explanation 1.6.1 Blacklist: Using this property admin can block all sites to install them as app according to set value. If admin set
wildcard * as value then all sites can't be installed as app, If the value set to any specific url then only than site will be blocked. Data type is
List of Strings and Default value
[].
1.6.1 BlacklistExceptions: Using this property admin can allow some exact educational urls or sub pages which can be installed as app and student can open it e.g Google Slides, Google Docs, IXL Learning etc. Data type is
List of Strings and Default value
[]. This property give more control to admin to block some sub pages but allow others.
2. BlockGoogleSearchLens 1.1 Description: This policy block students from using Google Lens Search aka search by image feature. Google Lens allows users to search using images instead of text, which makes it easy to find information just by scanning pictures. Default value is F
alse and Data type is
Boolean.
You can learn more about these updates and how to implement them here:
Lastly, if you plan to add the new policies to your existing Safe Doc configuration, please check: