Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Last active March 5, 2026 09:30
Show Gist options
  • Select an option

  • Save Alex4386/a770774c4357fc3aa3bc2101c694af9a to your computer and use it in GitHub Desktop.

Select an option

Save Alex4386/a770774c4357fc3aa3bc2101c694af9a to your computer and use it in GitHub Desktop.
Allow Mixed Content

Allow Mixed Content

Sometimes there are legitimate cases that HTTPS pages to access HTTP contents (some hosted dashboards hosted on HTTPS to access local HTTP APIs)
For these cases, You can allow Browser to fetch HTTP contents.

Chrome

  1. Open Site Menu (toggle button next to address bar)
    image

  2. Scroll down to Insecure Content, Press Allow.
    image

  3. Refresh the page

Firefox

  1. Go to about:config
  2. Press I understand the risk... button image
  3. Search security.mixed_content.block_active_content
  4. Set it as false
  5. Refresh the page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment