fix: request from localhost:xxx failed

This commit is contained in:
Kim, Harim
2025-05-19 21:41:28 +09:00
parent 57568ed7bc
commit 640caa12d9
2 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,9 @@
},
{
"url": "http://*/**/*"
},
{
"url": "http://*:**"
}
]
},