Add v1.farmos.app to default allowed origins.

This commit is contained in:
Michael Stenta 2021-05-03 10:03:01 -04:00
parent 7906c687c8
commit 5a6c1e9407
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*/
// Define the default allowed origins.
define('FARM_ACCESS_DEFAULT_ALLOWED_ORIGINS', 'https://farmos.app');
define('FARM_ACCESS_DEFAULT_ALLOWED_ORIGINS', "https://v1.farmos.app\nhttps://farmos.app");
/**
* Implements hook_init().