* content updates * images * pw history * improved desktop send screenshots * BE cycle through credentials * auto-fill article titles * unhide troubleshooting * auto-fill category & resolved references to changed titles * blacklist uris doc, references, and images * remove old faq items * keychain note * update old callouts note -> info * note about deleting exported files
2.1 KiB
layout, title, categories, featured, popular, order, tags
| layout | title | categories | featured | popular | order | tags | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| article | Blacklisting URIs |
|
false | false | 06 |
|
{% callout info %} Blacklisting URIs is currently only available for the Bitwarden Android app. {% endcallout %}
Auto-fill relies on the attribution of URIs to Login items. If you're unfamiliar with using URIs, brush up using our [Using URIs]({% link _articles/features/uri-match-detection.md %}) article. Android users can explicitly blacklist URIs to prevent Bitwarden from offering them for auto-fill. To specify URIs to blacklist:
-
In the Bitwarden Android app, open the {% icon fa-cog %} Settings tab.
-
Tap Options.
-
Scroll down to the bottom of the Options screen and enter URIs in the Blacklisted URIs input:
{% image features/auto-fill-android/blacklist-uris.png %}
Blacklisted URIs should be specified in a comma-separated list, for example:
https://twitter.com,androidapp://com.twitter.android,https://facebook.com -
There's no Save button for this screen, so simply pressing the back button or returning to the previous screen will save your specification.
Android App URIs
For websites accessed via a web browser, a proper URI will be the https://.. address of the Login page, for example https://twitter.com or https://twitter.com/login.
For Android Apps, the URI scheme always starts with androidapp:// and is usually a bit different from a typical web browser URI. For example,
- The Twitter Android app has the URI
androidapp://com.twitter.android - The Reddit Android app has the URI
androidapp://com.reddit.frontpage - The Bitwarden Android app has the URI
androidapp://com.x8bit.bitwarden
{% callout success %}
An easy way to obtain the proper URI for an Android app is to use a web browser to visit the App's page in the Google Play store. The URI for the app will appear in the address bar as an ?id= query parameter (e.g. https://play.google.com/store/apps/details?id=com.twitter.android).
{% endcallout %}