We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810e36e commit fa42d7cCopy full SHA for fa42d7c
packages/miniflare/src/plugins/core/index.ts
@@ -790,7 +790,7 @@ export function getGlobalServices({
790
network: {
791
// Allow access to private/public addresses:
792
// https://github.com/cloudflare/miniflare/issues/412
793
- allow: ["public", "private"],
+ allow: ["public", "private", "240.0.0.0/4"],
794
deny: [],
795
tlsOptions: {
796
trustBrowserCas: true,
0 commit comments