Skip to content

Commit 8a03e89

Browse files
authored
Disable the shields on the CDN (#41)
1 parent b09a46f commit 8a03e89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cdn-config/edgio.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ module.exports = {
4242
},
4343

4444
// Uncomment the following to configure a shield
45-
shields: {
46-
"emea": "FRB",
47-
"us_west": "LAA"
48-
}
45+
// shields: {
46+
// "emea": "FRB",
47+
// "us_west": "LAA"
48+
// }
4949

5050
},
5151
],
@@ -74,10 +74,10 @@ module.exports = {
7474
},
7575

7676
// Uncomment the following to configure a shield
77-
shields: {
78-
"emea": "FRB",
79-
"us_west": "LAA"
80-
}
77+
// shields: {
78+
// "emea": "FRB",
79+
// "us_west": "LAA"
80+
// }
8181

8282
},
8383
],

0 commit comments

Comments
 (0)