Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeature_request(rule): check mixed (unsecured) content #362
Labels
Projects
Comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
The problem still exist. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Summary
It would be nice, if would be possible check mixed (unsecured) content locally.
2. Argumentation
2.1. About
Read about mixed content. It not good for
httpssites.2.2. How can an error occur
I've a
httpssite. I add to it images, videos and so on, which are located on third-party sites. I can't see protocol of third-party site → I've unsecured content on my site.3. Example of expected behavior
3.1. Checking process
The rule simply should check that there is no
httpinsrcand some other attributes. Example:Crawlers or localhost will not need.
3.2. Attributes list
Also, it would be nice to support
data-srcattribute forimg, which is used on plugins for lazy loading.4. Not helped
4.1. Web tools
I couldn't find, how I can use web-services like these programmatically, in development process:
4.2. CLI tools
I found these tools:
They're not doing what's described in my request. They crawl web-pages and links in them. Pages of my site may be not checked, unlike hundreds pages of third-party web-pages.
In addition, domain required for these packages. Files directly or localhost checking doesn't support; I can't use checking in development process; I need push files to hosting.
4.3. HTML linters
I check my site, use 4 HTML linters (The Nu Html Checker, HTML Tidy, htmllint, HTMLHint) → I couldn't find them the desirable feature.
Thanks.