Many website developers use a staging or localhost environment to build their website before publishing it. We frequently receive inquiries regarding whether an extra license is required for this development environment.
Complianz recognizes the domain on which the plugin is activated. It will not count the installation as a license slot activation if it runs on an URL or IP address that contains one of these:
$subdomains[] = 'staging.';
$subdomains[] = '*.dev.';
$subdomains[] = '*.test.';
$subdomains[] = '*.stg.';
$subdomains[] = 'stg.*';
$subdomains[] = 'test.*';
$subdomains[] = 'beta.*';
$subdomains[] = 'acceptatie.*';
Please note, we are unable to extend this list any further at this time.