-
Notifications
You must be signed in to change notification settings - Fork 35
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
Documentation For Whitelist Usage #22
Comments
In most cases, you'll want to lock this to your environment ("localhost" for dev, "production.com" for prod), so I'd recommend passing it in from your I think there's some problems with actually listing multiple values (with the spec, not spree_ams, but I need to do some more research on that. As it's an API anyway, its not bad practice to just do '*' and open it up to requests from anywhere. |
again placing it in the notebook
|
If you'd like to submit a PR documenting the feature a bit better, I'd love that! |
Confirmed that:
Therefore, in its current iteration we can only accept a single value, or |
Made an issue to allow this: #24 |
from the source code, how do i add my heroku app? Comma separated?
The text was updated successfully, but these errors were encountered: