Skip to content

Commit 694e9e4

Browse files
committed
replace
hostWhiteList -> hostAllowList moduleWhitelist -> moduleAllowlist
1 parent ba3f47e commit 694e9e4

File tree

51 files changed

+4247
-4247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4247
-4247
lines changed

packages/fastboot-app-server/test/fixtures/basic-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {},
33
"fastboot": {
4-
"moduleWhitelist": [],
4+
"moduleAllowlist": [],
55
"manifest": {
66
"appFile": "assets/fastboot-test.js",
77
"htmlFile": "index.html",

packages/fastboot-app-server/test/fixtures/broken-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {},
33
"fastboot": {
4-
"moduleWhitelist": [],
4+
"moduleAllowlist": [],
55
"manifest": {
66
"appFile": "assets/fastboot-test.js",
77
"htmlFile": "index.html",

packages/fastboot-app-server/test/fixtures/global-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {},
33
"fastboot": {
4-
"moduleWhitelist": [],
4+
"moduleAllowlist": [],
55
"manifest": {
66
"appFile": "assets/fastboot-test.js",
77
"htmlFile": "index.html",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {},
33
"fastboot": {
4-
"moduleWhitelist": [],
4+
"moduleAllowlist": [],
55
"manifest": {
66
"appFile": "assets/fastboot-test.js",
77
"htmlFile": "index.html",
88
"vendorFile": "assets/vendor.js"
99
}
1010
}
11-
}
11+
}

packages/fastboot-express-middleware/test/fixtures/app-with-metadata/assets/fastboot-app-fastboot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define("fastboot-app/initializers/ajax", ["exports"], function (_exports) {
3131
try {
3232
options.url = protocol + '//' + get(this, 'fastboot.request.host') + options.url;
3333
} catch (fbError) {
34-
throw new Error('You are using Ember Data with no host defined in your adapter. This will attempt to use the host of the FastBoot request, which is not configured for the current host of this request. Please set the hostWhitelist property for in your environment.js. FastBoot Error: ' + fbError.message);
34+
throw new Error('You are using Ember Data with no host defined in your adapter. This will attempt to use the host of the FastBoot request, which is not configured for the current host of this request. Please set the hostAllowList property for in your environment.js. FastBoot Error: ' + fbError.message);
3535
}
3636
}
3737

packages/fastboot-express-middleware/test/fixtures/app-with-metadata/assets/fastboot-app-fastboot.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)