Skip to content

Commit

Permalink
docs(development/flags): mention remote-allow-origins in `remote-de…
Browse files Browse the repository at this point in the history
…bugging-port` desc (#166)
  • Loading branch information
SunsetTechuila authored Feb 4, 2025
1 parent bcc1804 commit fa27a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/spotify-cli-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description: 🚩 Flags to alter the behavior of the Spotify.
| `--enable-audio-graph` | |
| `--enable-cef-views` | |
| `--enable-chrome-runtime` | Switches runtime from Alloy to Chrome on Spotify versions below 1.2.34. See [this issue on GitHub](https://github.com/chromiumembedded/cef/issues/3685) for details about the differences. |
| `--enable-developer-mode` | Used to enable the developer mode like `spicetify enable-devtools`. Stopped working long time ago. |
| `--enable-developer-mode` | Used to enable the developer mode like `spicetify enable-devtools`. Stopped working long time ago. |
| `--event-sender-send-interval` | |
| `--experimental-languages` | |
| `--experimental-network` | |
Expand All @@ -46,7 +46,7 @@ description: 🚩 Flags to alter the behavior of the Spotify.
| `--protocol-uri=<uri>` | Identical to --uri, but only used from the Windows protocol handler, so we can apply extra security restrictions. |
| `--remote-allow-origins=<url>` | Required to use remote debugging since Spotify 1.2.8 due to security changes in Chromium 111. Example configuration: `--remote-debugging-port=8088 \| --remote-allow-origins=http://localhost:8088`. |
| `--remote-app-config` | |
| `--remote-debugging-port=<port>` | Enable remote debugging. |
| `--remote-debugging-port=<port>` | Enable remote debugging. Use together with `--remote-allow-origins`. |
| `--remember-cmd-login` | |
| `--show-console` | Show more log output. |
| `--startup-success-file-path` | |
Expand Down

0 comments on commit fa27a48

Please sign in to comment.