ember-fastboot / ember-fastboot/ember-cli-fastboot

hostWhitelist issue

Open
#523 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
850
Forks
161
Avg merge
17h 45m
Merged PRs (30d)
19

Description

Hi, I'm trying to enable any domain or subdomain to be accessible to my Fastboot App. However I get a `hostWhitelist` error. So far I've tried the following Regex without any success:

1.` /[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/`
2. `/./g`

Any suggestion on how can I either disable the hostWhitelist or allow any domain on it?
Before last update I was able to make it work with `/./g` but since last update it doesn't work anymore.

Thanks
Ivan

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.