Allow CORS access from IPv6 localhost

This commit is contained in:
Starbeamrainbowlabs 2019-07-29 21:31:06 +01:00
parent 0b995deafb
commit d8b93fe1d7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ $perfcounter->end("di");
// 5: Action // 5: Action
header("access-control-allow-origin: http://[::1]:40482");
// Figure out the action name // Figure out the action name
$action = str_replace( $action = str_replace(
" ", "", " ", "",