Skip to content

Commit 942bad6

Browse files
committed
fix: allow microphone permission
1 parent b3579b8 commit 942bad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
6+
<meta http-equiv="Permissions-Policy" content="microphone=*">
67
<title>Tuner</title>
78
<link rel="stylesheet" href="assets/css/style.css" />
89
</head>

0 commit comments

Comments
 (0)