> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/browser-extensions/browser-extension/browser-extension-version-16.6.0.md).

# Browser Extension Version 16.6.0

## Features

* **BE-4775**: UI update for clearer visibility and 508 compliance
* **BE-4879**: Support for Passkeys \[[User Guide](/user-guides/passkeys.md)]
* **BE-4837**: Autofill for HTTP Basic Auth websites
* **BE-4619**: Ability to manage HTTP "insecure fill warning" prompting in settings screen
* **BE-4410**: Show long emails by hovering over with the mouse
* **BE-4974**: Clear previous search after 5 minutes
* **BE-5060**: Allow for longer logout timer values (no longer limited to 1440 minutes)
* **BE-5168**: Removed "Off" setting for logout timer in favor of simple logout timer setting

## Bug Fixes

* **BE-4090**: Improvement to "Prompt to Update" flow
* **BE-3890**: Firefox private windows
* **BE-4803**: Dell.com delltechnologies.com alias
* **BE-4954**: URL parsing breaks IPv6 hostnames in the record Autofill
* **BE-4786**: Walmart payment cards
* **BE-4783**: Custom record type with multiple URLs doesn't Autofill
* **BE-4781**: Royal Mail doesn't fill payment cards
* **BE-4778**: Ebay autofill issues
* **BE-4260**: Porsche website autofill issues
* **BE-5095**: Numerous Japanese translation issues
* **BE-5106**: Several items related to SSO accounts with TOTP and Yubikey
* **Hundreds of other site-specific autofill fixes**

## **Other Changes**

* Autofill from the browser extension toolbar is denied if there is no URL associated to a record.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/browser-extensions/browser-extension/browser-extension-version-16.6.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
