mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-24 13:23:04 +00:00
fixing hostname
This commit is contained in:
parent
04ca4e3ca8
commit
e85437f977
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -352,7 +352,7 @@ async function get_app_server() {
|
||||||
).replace(
|
).replace(
|
||||||
'[COLLECT_PAGE_LIST_REPLACE_ME]',
|
'[COLLECT_PAGE_LIST_REPLACE_ME]',
|
||||||
JSON.stringify(pages_to_collect)
|
JSON.stringify(pages_to_collect)
|
||||||
).replace(
|
).replaceAll(
|
||||||
'[USER_PATH]',
|
'[USER_PATH]',
|
||||||
userPath
|
userPath
|
||||||
).replace(
|
).replace(
|
||||||
|
|
Loading…
Reference in a new issue