Skip to content

Commit fa27a48

Browse files
docs(development/flags): mention remote-allow-origins in remote-debugging-port desc (#166)
1 parent bcc1804 commit fa27a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/spotify-cli-flags.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: 🚩 Flags to alter the behavior of the Spotify.
2727
| `--enable-audio-graph` | |
2828
| `--enable-cef-views` | |
2929
| `--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. |
30-
| `--enable-developer-mode` | Used to enable the developer mode like `spicetify enable-devtools`. Stopped working long time ago. |
30+
| `--enable-developer-mode` | Used to enable the developer mode like `spicetify enable-devtools`. Stopped working long time ago. |
3131
| `--event-sender-send-interval` | |
3232
| `--experimental-languages` | |
3333
| `--experimental-network` | |
@@ -46,7 +46,7 @@ description: 🚩 Flags to alter the behavior of the Spotify.
4646
| `--protocol-uri=<uri>` | Identical to --uri, but only used from the Windows protocol handler, so we can apply extra security restrictions. |
4747
| `--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`. |
4848
| `--remote-app-config` | |
49-
| `--remote-debugging-port=<port>` | Enable remote debugging. |
49+
| `--remote-debugging-port=<port>` | Enable remote debugging. Use together with `--remote-allow-origins`. |
5050
| `--remember-cmd-login` | |
5151
| `--show-console` | Show more log output. |
5252
| `--startup-success-file-path` | |

0 commit comments

Comments
 (0)