Skip to content
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

Added a whitelist for html tags #38

Closed
wants to merge 2 commits into from
Closed

Conversation

andre-d
Copy link
Contributor

@andre-d andre-d commented Jul 6, 2012

No description provided.

@@ -24,6 +24,7 @@ struct module_state {
struct snudown_renderopt options;
};

static char* whitelist[] = { "tr", "td", "table", "tbody", "thead", "tfoot", 0 };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you call this something more descriptive? Perhaps html_element_whitelist?

@spladug
Copy link
Contributor

spladug commented Sep 6, 2012

Merged as fba2891. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants