2025-02-24, 02:14 PM
Wov, thank you very much @TheDreadPirate.
Since I'm watching some movie now, I done just quick test. Commented out all security headers:
Restarted NGINX container, and it works, in web player. Cannot remember now why I don't like integrated player, and why I prefer web player, but will check this later as well. Btw, I am sure that yesterday I also tried to comment out all above headers and restarted NGINX, but the difference is that I cleared cache and data of Android client today additionally and it started work.
Later will check in more detail line by line, what header(s) exactly was(were) troublesome, and mark thread solved.
Thx.
Since I'm watching some movie now, I done just quick test. Commented out all security headers:
# Basic Security Headers
#add_header X-Frame-Options SAMEORIGIN always;
#add_header X-Content-Type-Options nosniff always;
#add_header X-XSS-Protection "1; mode=block" always;
#add_header Referrer-Policy "no-referrer" always;
#add_header X-Robots-Tag "none" always;
Restarted NGINX container, and it works, in web player. Cannot remember now why I don't like integrated player, and why I prefer web player, but will check this later as well. Btw, I am sure that yesterday I also tried to comment out all above headers and restarted NGINX, but the difference is that I cleared cache and data of Android client today additionally and it started work.
Later will check in more detail line by line, what header(s) exactly was(were) troublesome, and mark thread solved.
Thx.