Fix: use image proxy for external logos in admin and guide modules to prevent mixed content issues on HTTPS deployments - #114
Open
ashishraj09 wants to merge 2 commits into
Conversation
… prevent mixed content issues on HTTPS deployments
ashishraj09
force-pushed
the
fix/image-proxy-mixed-content-admin-guide
branch
from
February 1, 2026 03:08
3eb38d7 to
f9b42bf
Compare
- Change DATA_DIR and DVR_DIR to use env vars with local fallbacks - Add DATA_DIR and DVR_DIR environment variables to Dockerfile - Add redirect following (301/302/307/308) to image proxy - Add User-Agent header to image proxy for Wikipedia/CDN compatibility - Add .gitignore for node_modules, data/, dvr/, and common files
|
Seems legit, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the admin and guide modules to always use the backend image proxy for external (http/https) channel logos and posters.
This prevents mixed content errors when the site is served over HTTPS, ensuring all images load securely.
Local or relative image paths are not proxied, so internal assets continue to load directly.
The fix applies to all places where channel logos are rendered in the admin dashboard (live activity, watch history) and the TV guide.
This makes the frontend robust for HTTPS deployments and improves compatibility with external sources.