}
}
```
+### DisableProfileImport
+This policy disables the"Import data from another browser" option in the bookmarks window.
+```
+{
+ "policies": {
+ "DisableProfileImport": true
+ }
+}
+```
### DisableProfileRefresh
This policy disables the Refresh Firefox button on about:support and support.mozilla.org.
```
```
{
"policies": {
- "Block": ["<all_urls>"],
- "Exceptions": ["http://example.org/*"]
+ "WebsiteFilter": {
+ "Block": ["<all_urls>"],
+ "Exceptions": ["http://example.org/*"]
+ }
}
}
```