problem
Anytime anyone visit our cloudstack webui you get two notifications in top right corner saying:
Forbidden
API rate limit exceeded for REDACTED_IP. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
It does not matter if you are logged in our not. It's because for some reason my browser do two API requests towards Github.
versions
ACS: 4.20.0
The steps to reproduce the bug
- Visit the webui
- Open browser console
- F5
- Two API requests towards Github is made to https://api.github.com/repos/apache/cloudstack/releases
What to do about it?
Can this behavior be disabled somehow?