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

チャット中のURL文字列をリンクに変換する #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

h-mikisato
Copy link
Contributor

概要

チャット中のURL文字列をリンクに変換する機能を実装いたしました。
それ以外の文字列は既存動作を壊さないように、全ての文字をHTML Escapeする処理を入れています。

懸念点

escapeHtmlの実装ですが、これはAngularが内部で行っている処理と同じものです。
しかしAngularがこの関数をexportしていないため、component内で再実装しています。
参考URL: https://stackoverflow.com/questions/38577347/manually-sanitize-a-string

usaturn pushed a commit to usaturn/udonarium that referenced this pull request Mar 17, 2023
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.

1 participant