ember_simple_auth-rails 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53aea33dad689448357067597038c51240d0eaa9
|
4
|
+
data.tar.gz: c2e08042ab35453d753bb938ec8d5ffd7b4c60ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62faee61aaebf1eeddafd9222c79bcf0231b64d4e589e7ce505e8140d40f08f698b99b54a69436d65bb508f24269bb9b57b6fefe505622df2bbbbf099f5d25f9
|
7
|
+
data.tar.gz: 027726929408bdd1ef45a0586e943f14ce1f8aff932ed2c74007374f2d2877d480787dd60df6be0168df98a10675aeaaa268c38afc707f29093c2827708ec9e9
|
@@ -377,6 +377,7 @@ define("simple-auth/configuration",
|
|
377
377
|
this.sessionPropertyName = globalConfig.sessionPropertyName || this.sessionPropertyName;
|
378
378
|
this.authorizer = globalConfig.authorizer || this.authorizer;
|
379
379
|
this.store = globalConfig.store || this.store;
|
380
|
+
this.crossOriginWhitelist = globalConfig.crossOriginWhitelist || this.crossOriginWhitelist;
|
380
381
|
this.applicationRootUrl = container.lookup('router:main').get('rootURL') || '/';
|
381
382
|
}
|
382
383
|
};
|