-
Notifications
You must be signed in to change notification settings - Fork 296
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
Remove url from sms notification, change format #2317
Conversation
users can include URL's in the original data or via templates, right? |
➕ for @Dieterbe's comment, I had the same question. |
Only the title for SMS is editable, but if a URL gets put as the title it could still be blocked. A warning in the template editor would be good and we should completely strip out URLs in the phone provider. One annoying thing I noticed on my phone is that even without protocol it converts to a link if it has a TLD. |
Thank you for the suggestions! |
grafana-plugin/src/components/AlertTemplates/CommonAlertTemplatesForm.config.ts
Outdated
Show resolved
Hide resolved
…tesForm.config.ts Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
# What this PR does Remove link from sms notification to avoid difficulties with different countries anti-spam regulations ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --------- Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
What this PR does
Remove link from sms notification to avoid difficulties with different countries anti-spam regulations
Which issue(s) this PR fixes
Checklist
pr:no public docs
PR label added if not required)CHANGELOG.md
updated (orpr:no changelog
PR label added if not required)