-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
API: Allowed domains #72
Labels
Milestone
Comments
Disallowed domains would also be a good idea aswell. So you can block based on the |
jbrooksuk
added a commit
that referenced
this issue
Dec 18, 2014
@ilikeprograms there doesn't seem to be a deny syntax like |
3 tasks
Closed
Closed
This was referenced Jun 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For security we could allow the API to only be accessed from certain domains. This could simply be a
textarea
which you write domains on a new line and restricts requests based on theOrigin
andReferer
headers.Leaving it empty would open the API to anyone (with authentication).
The text was updated successfully, but these errors were encountered: