}
}
```
+### 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.
```
<string id="DisablePocket_Explain">Prevents ability to save webpages to Pocket.</string>
<string id="DisablePrivateBrowsing">Disable Private Browsing</string>
<string id="DisablePrivateBrowsing_Explain">Disables private browsing.</string>
+ <string id="DisableProfileImport">Disable Profile Import</string>
+ <string id="DisableProfileImport_Explain">If this policy is enabled, the "Import data from another browser" option is not available in the bookmarks window.
+
+If this policy is disabled or not configured, the "Import data from another browser" option is available.</string>
<string id="DisableProfileRefresh">Disable Profile Refresh</string>
<string id="DisableProfileRefresh_Explain">If this policy is enabled, the "Refresh Firefox" button is not available on the about:support page or on support.mozilla.org.
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="DisableProfileImport" class="Both" displayName="$(string.DisableProfileImport)" explainText="$(string.DisableProfileImport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileImport">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>