Skip to content

Commit

Permalink
replace
Browse files Browse the repository at this point in the history
     hostWhiteList -> hostAllowList
     moduleWhitelist -> moduleAllowlist
  • Loading branch information
kiwiupover committed Mar 25, 2021
1 parent 57211c7 commit 99df2e5
Show file tree
Hide file tree
Showing 51 changed files with 4,247 additions and 4,247 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
"moduleAllowlist": [],
"manifest": {
"appFile": "assets/fastboot-test.js",
"htmlFile": "index.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
"moduleAllowlist": [],
"manifest": {
"appFile": "assets/fastboot-test.js",
"htmlFile": "index.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
"moduleAllowlist": [],
"manifest": {
"appFile": "assets/fastboot-test.js",
"htmlFile": "index.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
"moduleAllowlist": [],
"manifest": {
"appFile": "assets/fastboot-test.js",
"htmlFile": "index.html",
"vendorFile": "assets/vendor.js"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define("fastboot-app/initializers/ajax", ["exports"], function (_exports) {
try {
options.url = protocol + '//' + get(this, 'fastboot.request.host') + options.url;
} catch (fbError) {
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);
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);
}
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99df2e5

Please sign in to comment.