Pyramid debug toolbar serving static content over HTTP instead of HTTPS
问题 On our test servers, we're using the Pyramid debug toolbar, however, it generates http:// links to static content (like its CSS and JavaScript files), while the rest of the content is served over HTTPS. This causes mixed content warnings, and it breaks all functionality. Is there a way to force it to generate HTTPS links? I know it's possible to enable mixed content in Chrome, and this works, but it's not a feasible solution for the entire QA team. 回答1: There might be better/simpler ways to