From 7b322d264f1711cc0bb2a91c63ff0c8e5df8b576 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Mon, 11 Nov 2024 22:01:43 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fd05c39..0c49c60 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ If you want to access a file on your webserver, but you also don't want it to be The key is not private, it will be sent to the http server and will be written in plaintext to the access log if an access log is being written, take this into account. For best security practice only use this solution with your own http server where you are in control. +This means that your modified user agent will be submitted every time you use mpv to watch a video from a web resource, regardless. + + `mpv` has a config option that lets you specify a custom useragent: https://github.com/mpv-player/mpv/blob/master/etc/mpv.conf#L99 Specify your personal auth token in your mpv.conf then;