Skip to content

Commit

Permalink
Remove code that adds credentials to browser history
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 19, 2022
1 parent 5e698b9 commit fdf39c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/aw.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ configAvailable = function(config) {
let apikey = $("#callparams [name='tr_apikey']").val()
populateLinks(url, apikey);

var newurl = '?url='+encodeURIComponent(url)+ '&apikey='+encodeURIComponent(apikey);
window.history.pushState({}, '', newurl);

loadActionables(url, apikey, service);

event.preventDefault();
Expand Down

0 comments on commit fdf39c7

Please sign in to comment.