Skip to content

Commit

Permalink
Treat invalid json data as a generic error rather than potentially ma…
Browse files Browse the repository at this point in the history
…licious tempering
  • Loading branch information
MaKleSoft committed Aug 30, 2017
1 parent 5638252 commit a7c66bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/ui/sync/sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@
case "rate_limit_exceeded":
this.alert($l("It seems Padlock Cloud is over capacity right now. Please try again later!"));
return false;
case "json_error":
case "invalid_container_data":
case "invalid_key_params":
this.alert($l(
Expand Down

0 comments on commit a7c66bd

Please sign in to comment.