--- title: BrowserFavorite CSP description: BrowserFavorite CSP ms.assetid: 5d2351ff-2d6a-4273-9b09-224623723cbf ms.author: maricia ms.date: 05/02/2017 ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower --- # BrowserFavorite CSP The BrowserFavorite configuration service provider is used to add and remove URLs from the favorites list on a device. > **Note**  BrowserFavorite CSP is only supported in Windows Phone 8.1.   The BrowserFavorite configuration service provider manages only the favorites at the root favorite folder level. It does not manage subfolders under the root favorite folder nor does it manage favorites under a subfolder. > **Note**   This configuration service provider requires the ID\_CAP\_CSP\_FOUNDATION and ID\_CAP\_INTERNET\_EXPLORER\_FAVORITES capabilities to be accessed from a network configuration application.   The following diagram shows the BrowserFavorite configuration service provider in tree format as used by Open Mobile Alliance Device (OMA) Client Provisioning. The OMA Device Management protocol is not supported with this configuration service provider. ![browserfavorite csp (cp)](images/provisioning-csp-browserfavorite-cp.png) ***favorite name*** Required. Specifies the user-friendly name of the favorite URL that is displayed in the Favorites list of Internet Explorer. > **Note**  The *favorite name* should contain only characters that are valid in the Windows file system. The invalid characters are: \\ / : \* ? " < > |   Adding the same favorite twice adds only one occurrence to the Favorites list. If a favorite is added when another favorite with the same name but a different URL is already in the Favorites list, the existing favorite is replaced with the new favorite. **URL** Optional. Specifies the complete URL for the favorite. ## OMA client provisioning examples Adding a new browser favorite. ``` syntax ``` ## Microsoft Custom Elements The following table shows the Microsoft custom elements that this configuration service provider supports for OMA Client Provisioning.
Elements Available

parm-query

Yes

noparm

Yes

nocharacteristic

Yes

characteristic-query

Yes

Recursive query: Yes

Top-level query: Yes

  ## Related topics [Configuration service provider reference](configuration-service-provider-reference.md)