Skip to content

web: Fix clipboard permissions on Safari#19963

Closed
GirlBossRush wants to merge 0 commit intomainfrom
fix-safari-clipboard-permissions
Closed

web: Fix clipboard permissions on Safari#19963
GirlBossRush wants to merge 0 commit intomainfrom
fix-safari-clipboard-permissions

Conversation

@GirlBossRush
Copy link
Contributor

Details

Fix for Safari permissions when clipboard events are too distant from their initiator

Merge branch

@GirlBossRush GirlBossRush requested a review from a team as a code owner February 3, 2026 07:40
@GirlBossRush GirlBossRush changed the title web:Fix clipboard permissions on Safari. web: Fix clipboard permissions on Safari Feb 3, 2026
@GirlBossRush GirlBossRush self-assigned this Feb 3, 2026
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Feb 3, 2026
@netlify
Copy link

netlify bot commented Feb 3, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4a098cf
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6981a666adde8200081c47f4
😎 Deploy Preview https://deploy-preview-19963--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 3, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 2487563
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69820ba56d50d70008915415
😎 Deploy Preview https://deploy-preview-19963--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.22%. Comparing base (6d7afa4) to head (4a098cf).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19963      +/-   ##
==========================================
- Coverage   93.26%   93.22%   -0.04%     
==========================================
  Files         968      968              
  Lines       53332    53332              
==========================================
- Hits        49738    49719      -19     
- Misses       3594     3613      +19     
Flag Coverage Δ
conformance 38.07% <ø> (+<0.01%) ⬆️
e2e 43.43% <ø> (-0.65%) ⬇️
integration 22.87% <ø> (-0.05%) ⬇️
unit 91.43% <ø> (+0.03%) ⬆️
unit-migrate 91.47% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GirlBossRush GirlBossRush added the compatibility:Safari Compatibility issues and PRs affecting Safari (WebKit) label Feb 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4a098cfb7e4b8d5fe26e46d5022adb48ff099072
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-4a098cfb7e4b8d5fe26e46d5022adb48ff099072

Afterwards, run the upgrade commands from the latest release notes.

@GirlBossRush GirlBossRush force-pushed the fix-safari-clipboard-permissions branch from 4a098cf to 2487563 Compare February 3, 2026 14:52
@github-project-automation github-project-automation bot moved this from Todo to Done in authentik Core Feb 3, 2026
@GirlBossRush GirlBossRush deleted the fix-safari-clipboard-permissions branch February 3, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc compatibility:Safari Compatibility issues and PRs affecting Safari (WebKit)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant