Skip to content

Remove fbi.com from LOCALHOST_DOMAINS#62

Open
bellisabell wants to merge 1 commit intomainfrom
bell/fix-localhost-domains
Open

Remove fbi.com from LOCALHOST_DOMAINS#62
bellisabell wants to merge 1 commit intomainfrom
bell/fix-localhost-domains

Conversation

@bellisabell
Copy link
Copy Markdown
Contributor

Summary

Removes fbi.com from the LOCALHOST_DOMAINS array in app/models/domain.rb.

Problem

fbi.com is a real domain (Federal Bureau of Investigation), not a localhost testing domain. The other entries (lvh.me, fuf.me) are legitimate localhost testing domains that resolve to 127.0.0.1, but fbi.com is an actual production website.

Solution

Simply remove fbi.com from the array. The remaining two localhost domains are sufficient for development purposes.

Closes #25

fbi.com is a real domain (Federal Bureau of Investigation), not a
localhost testing domain like lvh.me or fuf.me. Its presence in this
list was incorrect and could cause unexpected behavior.

Closes #25
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.

Bug: fbi.com in LOCALHOST_DOMAINS list

2 participants