> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

## FAQ

### 1. "Failed to copy alert/fingerprint. Please check your browser permissions"

Modern browsers block clipboard access from insecure ("http") origins for security reasons.

To confirm the root cause of the issue, check your website settings in the browser:

<img width="320" src="https://mintcdn.com/keep-docs/UirrBJ_gA3WakT01/images/faq/faq-browser-settings.png?fit=max&auto=format&n=UirrBJ_gA3WakT01&q=85&s=d12b74acc5006209703136b0b6d366e7" data-path="images/faq/faq-browser-settings.png" />

If you see the "Blocked to protect your privacy" message or similar text under clipboard settings, this confirms the error is due to an insecure origin:

<img width="480" src="https://mintcdn.com/keep-docs/UirrBJ_gA3WakT01/images/faq/faq-clipboard-blocked.png?fit=max&auto=format&n=UirrBJ_gA3WakT01&q=85&s=7a5d2318420b6347eb21581f2dc89722" data-path="images/faq/faq-clipboard-blocked.png" />

To resolve this:

* For production: Configure HTTPS for your Keep deployment
* For local development: Use "localhost" which browsers treat as a secure origin
* If using a custom domain locally: Enable HTTPS or switch to "localhost"

If you're accessing Keep from a secure origin and still experiencing this issue, please [reach out](https://slack.keephq.dev) to us.
