Resource group definitions for DataUnlocker.

To simplify third-party proxy configuration (what to proxy and what not), DataUnlocker uses a concept of Resource Groups. Website with DataUnlocker installed can specify whether to enable or disable DataUnlocker's proxy for the entire resource group, instead of each individual resource (domain).
Each Resource Group contains a list of resources (domains suffixes) like google.com
.
Original resource groups are defined in resource-groups.yml and are additionally exported from this package as:
resource-groups.json
(built within the package)- JavaScript bindings (see below)
resource-name:
- resource-name.com
- resource-name.com.au
- resource-name.io
Pull requests to resource-groups.yml are welcome. For anything more complex please create an issue.
DataUnlocker's infrastructure will gradually pick up resource group definitions from this package after your contribution.