-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rectifying horrifying word choice in README.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baf4193
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.
One thing that might be worth noting here:
Don’t let one user create a skin that another user might use, because you can inject javascript into certain CSS properties and some browsers will evaluate it. It seems like you’re using it just for a static set of styles which is perfectly safe, but it’s an obvious enough use that people might try, and it seems innocuous at first blush. It might merit a word of caution.
baf4193
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.
I hadn’t thought very far in that direction. Good points, and something I’ll think about. Some kind of JS sanitizer would work for people trying to accomplish that (if such a thing exists…)