Closed amirtds closed 2 years ago
Proxy all Grade Fetcher XBlock calls to prevent internal calls to localhost:18000 or other services. We should add something like the following to the site settings in Django admin:
EDXAPP_XBLOCK_SETTINGS: GRADEFETCHER: proxies: - https: "https:/my-proxy.com:8090" - http: "http:/my-proxy.com:8090"
please add tests, otherwise the fixes are good
Sure, I'm focusing on the unit tests to have them ready for your review.
Change description
Proxy all Grade Fetcher XBlock calls to prevent internal calls to localhost:18000 or other services. We should add something like the following to the site settings in Django admin: