-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Default to not allow HTML content in tables #7064
Conversation
57f68ca
to
b89fe21
Compare
Let's consider this change after |
b89fe21
to
7ceca00
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7064 +/- ##
=======================================
Coverage 64.01% 64.01%
=======================================
Files 163 163
Lines 13410 13410
Branches 1905 1905
=======================================
Hits 8585 8585
Misses 4490 4490
Partials 335 335 |
Rebased this branch and tested locally. New goal: merge after |
We really need to drop the leading zeros in our tag names too. |
Four 👍 reactions to t his change. @justinclift okay to merge? |
7ceca00
to
b80c148
Compare
LGTM! At my company, this value default is |
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.
Looks good to me too :)
What type of PR is this?
Description
Change the default for each column in a table to not allow HTML. This addresses a potential security issue.
How is this tested?
Verified that the default behavior changes when a table is created.
Related Tickets & Documents
#6615
Mobile & Desktop Screenshots/Recordings (if there are UI changes)