X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b301ca5cb42fd83cbbe35dacbf730c9bd9f2fed2..aa1fd8caa8158d7b7e7e8c8facfd636b926dd860:/README.md?ds=inline diff --git a/README.md b/README.md index 9e54f14..fcdd3ed 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,15 @@ For Uninstall and Locked, you specify extension IDs. } } ``` +### HardwareAcceleration +This policy disables hardware acceleration by locking the preference layers.acceleration.disabled to true. +``` +{ + "policies": { + "HardwareAcceleration": false + } +} +``` ### NoDefaultBookmarks This policy prevents the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags) from being created. Note: this policy is only effective if used before the first run of the profile. ```