Skip to content

Commit

Permalink
Allow application to copy seedphrase to clipboard (#496)
Browse files Browse the repository at this point in the history
Allow internet identity to write the seed phrase to the clipboard using the Clipboard API.
  • Loading branch information
frederikrothenberger authored Jan 4, 2022
1 parent 90742eb commit 1f799fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend-tests/backend-tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ validateSecurityHeaders resp = do
\battery=(),\
\camera=(),\
\clipboard-read=(),\
\clipboard-write=(),\
\clipboard-write=(self),\
\conversion-measurement=(),\
\cross-origin-isolated=(),\
\display-capture=(),\
Expand Down
2 changes: 1 addition & 1 deletion src/internet_identity/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ fn security_headers() -> Vec<HeaderField> {
battery=(),\
camera=(),\
clipboard-read=(),\
clipboard-write=(),\
clipboard-write=(self),\
conversion-measurement=(),\
cross-origin-isolated=(),\
display-capture=(),\
Expand Down

0 comments on commit 1f799fe

Please sign in to comment.