Skip to content

Commit

Permalink
update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
necropola committed Jan 8, 2024
1 parent 4c5a70c commit c86f546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Work in progress ...
### Which **Sites** are supported by the extension?
Generally only **HTTPS** sites are supported. This excludes internal chrome browser pages like `chrome://settings` as well as sites not offering **SSL** encryption. The latter is rather rare nowadays and usually means that the site is either misconfigured or should not be trusted anyway.

Another case are sites which (somehow) disable extensions entirely, e. g. the **Chrome WebStore** (`https://chromewebstore.google.com`), or sites which explicitly deny microphone access by sending a `Feature-Policy` or `Permissions-Policy` **Response Header** stating so.
Another case are sites which (somehow) disable extensions entirely, e. g. the **Chrome WebStore** (`https://chromewebstore.google.com`), or sites which explicitly deny microphone access by sending a `Feature-Policy` or `Permissions-Policy` **Response Header** stating so, e. g. `https://stackoverflow.com`.

All of these cases are indicated by an <code class="error_message">Error Message</code> in the footer of the extension popup.

Expand All @@ -26,7 +26,7 @@ Other sites should work as long as they are using **HTML5** elements of type `HT
|------|--------|---------|
| **YouTube**<br>`https://www.youtube.com` | Fully Working | No known issues. |
| **Twitch**<br>`https://www.twitch.tv` | Fully Working | No known issues. |
| **YoutTube Music**<br>`https://music.youtube.com` | Fully Working | No known issues. |
| **YouTube Music**<br>`https://music.youtube.com` | Fully Working | No known issues. |
| **Spotify**<br>`https://open.spotify.com` | Fully Working | No known issues. |
| **SoundCloud**<br>`https://soundcloud.com`| Mostly Working | Might require a page reload when a new tab is opened through a link/bookmark to a specific track and autoplay starts before **AudioPick** is able to inject its `changeSinkId` listener properly. |
| **Deezer**<br>`https://www.deezer.com` | Kinda Working | Requires to click `Play->Pause->Play` once after (re-)loading the page in order to help **AudioPick** to inject its `changeSinkId` listener properly. See [Issue #49 on GitHub](https://github.com/rain-fighters/AudioPick/issues/49). |
Expand Down

0 comments on commit c86f546

Please sign in to comment.