Skip to content

Commit

Permalink
Merge pull request #3618 from till-llit/develop
Browse files Browse the repository at this point in the history
add msteams to list of allowed uri protocols
  • Loading branch information
wobba authored Mar 11, 2024
2 parents 54ace3f + c3b697b commit 12e8e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search-parts/src/common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class Constants {
/**
* The regular expression to sanitize URIs with DomPurify
*/
public static readonly ALLOWED_URI_REGEXP = /^(?:(?:(?:f|ht)tps?|mailto|file|tel|callto|im|cid|xmpp|xxx|ms-\w+):|[^a-z]|[a-z+.-]+(?:[^a-z+.-:]|$))/i;
public static readonly ALLOWED_URI_REGEXP = /^(?:(?:(?:f|ht)tps?|mailto|file|tel|callto|msteams|im|cid|xmpp|xxx|ms-\w+):|[^a-z]|[a-z+.-]+(?:[^a-z+.-:]|$))/i;
}

export enum AutoCalculatedDataSourceFields {
Expand Down

0 comments on commit 12e8e0e

Please sign in to comment.