Reading link with unhashed phone should show a warning
Open
bug
enhancement
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 3m
- Merged PRs (30d)
- 99
Description
It currently fails silently. Throws an error because of this.
The user must know that the link was tampered with.
Example of faling link
```js
indexedDB.deleteDatabase('sf');
window.location.href = 'https://192.168.1.119:5173/sinpefacil/?phone=88888888=&name=product1&price=1000&detail=desc'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.