Skip to content

Added sip protocol to sanitize html options#2061

Merged
corinagum merged 4 commits intomicrosoft:masterfrom
tdurnford:2057
Jun 7, 2019
Merged

Added sip protocol to sanitize html options#2061
corinagum merged 4 commits intomicrosoft:masterfrom
tdurnford:2057

Conversation

@tdurnford
Copy link
Copy Markdown
Contributor

Fixes #2057

Changelog Entry

Fix #2057. Added sip protocol to sanitize html options, by @tdurnford in PR #XXX

Specific Changes

Added the sip protocol to the default allowedSchemes in Web Chat's sanitize html options.

const SANITIZE_HTML_OPTIONS = {
  ...
  allowedSchemes : ['http', 'https', 'ftp', 'mailto', 'sip'],
};

  • Testing Added

Copy link
Copy Markdown
Member

@cwhitten cwhitten left a comment

Choose a reason for hiding this comment

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

Thanks!

@corinagum corinagum merged commit 0f0e12e into microsoft:master Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sip protocol not supported in Web Chat v4

3 participants