mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[GH-ISSUE #27] URLs with protocols might need some filtering #10
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#10
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 @willemvb on GitHub (Oct 30, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/27
Originally assigned to: @freekmurze on GitHub.
https://github.com/spatie/dnsrecords.io/blob/master/resources/assets/js/app.js#L7-L10
Only filtering the protocol on the front end is not enough.
Eg. you can visit —without the URL being corrected
Subsequent entries in the search field keeps the weird pattern. Eg. enter
spatie.comafter last example and you gethttps://dnsrecords.io///http://spatie.comas url.@freekmurze commented on GitHub (Nov 1, 2017):
Fixed in #33