-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Add support for highlighting CSP, HSTS, and HPKP #1275
Conversation
# Conflicts: # components/prism-csp.js # components/prism-csp.min.js # components/prism-hpkp.js # components/prism-hpkp.min.js # components/prism-hsts.min.js
* gh-pages: (326 commits) Add C++ platform-independent types (PrismJS#1271) Release 1.10.0 Unescaped markup plugin: Make it work with any language (PrismJS#1265) Previewers: New plugin combining previous plugins Previewer: Base, Previewer: Angle, Previewer: Color, Previewer: Easing, Previewer: Gradient and Previewer: Time. Fix PrismJS#913 (PrismJS#1244) Add Elm (elm-lang.org) support (PrismJS#1174) IchigoJam: Remove unneeded escape Run gulp add Io syntax (PrismJS#1251) package.json: add attribute `style` (PrismJS#1256) Add the C++11 raw string feature to the cpp language IchigoJam: Make strings greedy BASIC: Make strings greedy Run gulp Add support for IchigoJam BASIC (PrismJS#1246) Add support for 6502 assembly (PrismJS#1245) fix for autoloader plugin Run gulp and reorder components alphabetically Xeora Language implementation (PrismJS#1239) upgrade autoloader Release 1.9.0 ...
tests/run-child.js
Outdated
process.send({error: JSON.stringify({ | ||
message: e.message, | ||
stack: e.stack | ||
})}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't include this change here and rather make another PR for it.
Hi @papandreou! Thanks for working on this. I think running @ScottHelme Let me know if you're ok with this being merged instead of #1016. Note that @papandreou referenced you as the "owner" of the languages. This means we expect you to do some kind of maintenance if future issues occur on these components. Please discuss it if @papandreou should have this responsability instead. |
Prevent the numbers in the base64 string from being classified as "safe" or "unsafe".
d47ca7a
to
9170989
Compare
All good on my side! |
I can help out as well, but @ScottHelme is certainly riding the bleeding edge more than I am :) |
Thank you both for contributing! |
Adds the missing pieces to #1016. I couldn't push to the existing branch, so I'm opening a fresh PR instead.