Skip to content

Commit

Permalink
chore(SanitizeHTML): allow oc-europe website (#10669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Jan 30, 2025
1 parent b1021cf commit cfb2e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/lib/sanitize-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ const isTrustedLinkUrl = (url: string): boolean => {
new RegExp(`^(.+\\.)?${config.host.website.replace(/^https?:\/\//, '')}$`),
/^(.+\.)?opencollective.com$/,
/^(.+\.)?oscollective.org$/,
/^(.+\.)?oceurope.org$/,
/^(.+\.)?github.com$/,
/^(.+\.)?meetup.com$/,
/^(.+\.)?twitter.com$/,
Expand Down

0 comments on commit cfb2e47

Please sign in to comment.