}
}
```
-### Extensions (ESR only)
+### Extensions (Machine only)
- This policy controls the install, uninstall and locking of extensions. Locked extensions cannot be disabled or uninstalled.
- For Install, you can specify a list of URLs or paths.
+ This policy controls the installation, uninstallation and locking of extensions. Locked extensions cannot be disabled or uninstalled.
+ For Install, you specify a list of URLs or paths.
For Uninstall and Locked, you specify extension IDs.
```
{
}
}
```
-### OverrideFirstRunPage (ESR only)
+### OverrideFirstRunPage (Machine only)
- This policy allowed you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
+ This policy allows you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
```
{
"policies": {
}
}
```
-### OverridePostUpdatePage (ESR only)
+### OverridePostUpdatePage (Machine only)
- This policy allowed you to override the upgrade page page. If you leave the URL blank, the upgrade page will not be displayed.
+ This policy allows you to override the upgrade page. If you leave the URL blank, the upgrade page will not be displayed.
```
{
"policies": {
}
}
```
-### WebsiteFilter (ESR only)
+### WebsiteFilter (Machine only)
- Blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https accesses are supported at the moment. The arrays are limited to 1000 entries each.
+ This policy blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each.
```
{
"policies": {