Comment on Turn your singing voice into printable notes (in the browser)parentComments−tantalor1moMy guess is this is a warning generated by a library trying desperately to reach the webmaster.The server response header needs to be fixed:permissions-policy: camera=(), microphone=(), geolocation=(), payment=()It's just really funny/confusing because now visitors to the site are seeing it, and the message is not meant for visitors.It works in Safari because Safari does not support the header:https://caniuse.com/mdn-http_headers_permissions-policy_micr...
Comments
My guess is this is a warning generated by a library trying desperately to reach the webmaster.
The server response header needs to be fixed:
It's just really funny/confusing because now visitors to the site are seeing it, and the message is not meant for visitors.
It works in Safari because Safari does not support the header:
https://caniuse.com/mdn-http_headers_permissions-policy_micr...