Nextjs: a way to avoid external link

34 Views Asked by At

we have created a WebApp with nextjs/reactjs for a Kiosk mode of chrome but we want to prevent to go to any external URL different from the current domain. There's some way with a Chrome configuration o with a middleware in nextjs?

For many components we have a Link method to find the url and prevent click, but on free content this is not possible

Thank's :)

0

There are 0 best solutions below