You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this task, wee need to implement chain patrol with the fuel wallet. Chain Patrol is a API for helping keep the ecosystem safer by blocking scam links.
On this Task;
Add a event listener on the service worker that is trigger every time a new tab is open
Fetch the status of the page from chain patrol to query if the page can be trusted or is reported as some malicious actor
If the page is not safe redirect to a internal extension page with a warning to let the users know the the page is not trusted, and with a button to close the tab or continue to the website.
If continue to the website is clicked the user should be able to see the page. For this we probably need some kinda of local allow list storage.
The text was updated successfully, but these errors were encountered:
On this task, wee need to implement chain patrol with the fuel wallet. Chain Patrol is a API for helping keep the ecosystem safer by blocking scam links.
On this Task;
The text was updated successfully, but these errors were encountered: