You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a mixed content error while accessing the website at 'https://chennaipy.org/'. The page is loaded over HTTPS, but it's requesting an insecure stylesheet at 'http://chennaipy.org/static/css/custom.css', which is causing the request to be blocked. To ensure security and compatibility with modern web browsers, the website should be running entirely on HTTPS.
Open the developer console to view the mixed content error.
Expected Behavior:
All website content, including stylesheets, should be loaded securely over HTTPS to avoid mixed content issues.
Suggested Fix:
Please update the website configuration to ensure that all resources, including the 'custom.css' stylesheet, are loaded over HTTPS. This will prevent the mixed content error and enhance the security and compatibility of the website.
The text was updated successfully, but these errors were encountered:
Description:
I encountered a mixed content error while accessing the website at 'https://chennaipy.org/'. The page is loaded over HTTPS, but it's requesting an insecure stylesheet at 'http://chennaipy.org/static/css/custom.css', which is causing the request to be blocked. To ensure security and compatibility with modern web browsers, the website should be running entirely on HTTPS.
Steps to Reproduce:
Expected Behavior:
All website content, including stylesheets, should be loaded securely over HTTPS to avoid mixed content issues.
Suggested Fix:
Please update the website configuration to ensure that all resources, including the 'custom.css' stylesheet, are loaded over HTTPS. This will prevent the mixed content error and enhance the security and compatibility of the website.
The text was updated successfully, but these errors were encountered: