mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 00:16:00 +03:00
[GH-ISSUE #4] Filter out invalid characters server side #61
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @freekmurze on GitHub (Oct 27, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/4
Originally assigned to: @freekmurze on GitHub.
Only alphanumeric characters and a
.should be accepted. Let's just filter those out.