mirror of
https://github.com/trufflesecurity/xsshunter
synced 2025-02-17 13:58:26 +00:00
fixing put to get
This commit is contained in:
parent
aaea862568
commit
ca65bcd359
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ async function generate_new_correlation_api_key() {
|
|||
|
||||
async function get_user_path() {
|
||||
return api_request(
|
||||
'PUT',
|
||||
'GET',
|
||||
`/api/v1/user-path`,
|
||||
false
|
||||
);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</base-button>
|
||||
</card>
|
||||
<card>
|
||||
<h4 class="card-title">XSSHunter path</h4>
|
||||
<h4 class="card-title">XSSHunter Path</h4>
|
||||
<h6 class="card-subtitle mb-2 text-muted">This unique path ties injection payloads back to you. You can set it to something shorter (it defaults to 20 chars).</h6>
|
||||
<p class="card-text">
|
||||
<base-input v-bind:value="user_path" type="text" placeholder="..."></base-input>
|
||||
|
|
Loading…
Add table
Reference in a new issue