We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html-proofer currently checks for SRI/CORS attributes in Javascript links.
It should also do this for stylesheet links.
This is NOT a new command-line option. This is correcting the behavior of the current --check-sri option to match behavior as documented.
--check-sri
We can duplicate work for scripts here: https://github.com/gjtorikian/html-proofer/pull/388/files
Here is where scripts are checked: https://github.com/ilyalyo/html-proofer/blob/0cc1e95fcb86e505ad27614299f184aade44e5a2/lib/html-proofer/check/scripts.rb
Here is where we want links to be checked: https://github.com/ilyalyo/html-proofer/blob/0cc1e95fcb86e505ad27614299f184aade44e5a2/lib/html-proofer/check/links.rb
The text was updated successfully, but these errors were encountered:
Please release 3.6.1 with this update.
Sorry, something went wrong.
gjtorikian
Successfully merging a pull request may close this issue.
html-proofer currently checks for SRI/CORS attributes in Javascript links.
It should also do this for stylesheet links.
This is NOT a new command-line option. This is correcting the behavior of the current
--check-sri
option to match behavior as documented.We can duplicate work for scripts here: https://github.com/gjtorikian/html-proofer/pull/388/files
Here is where scripts are checked: https://github.com/ilyalyo/html-proofer/blob/0cc1e95fcb86e505ad27614299f184aade44e5a2/lib/html-proofer/check/scripts.rb
Here is where we want links to be checked: https://github.com/ilyalyo/html-proofer/blob/0cc1e95fcb86e505ad27614299f184aade44e5a2/lib/html-proofer/check/links.rb
The text was updated successfully, but these errors were encountered: