Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
FeatureCourse Embargo

Suppose you've made some changes to the course embargo feature and you want to see if it still works. Try these steps:

...

https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/embargo/api.py#L45-L114

There are two ways to be denied access to courseware via embargo:

  1. If your account's country of origin is denied via a course's embargo country blacklist.
  2. If your originating IP address is determined to be from a course's embargo country blacklist.

...