Add a Cloudflare Worker Route
After deploying the worker, you need to tell Cloudflare to run it on requests to your domain.- In the Cloudflare dashboard, go to Workers & Pages → Overview
- Click your worker, then go to Settings → Triggers → Add Route
- Set the route pattern
Veriox will only show the verification popup to visitors who do not already have a valid session cookie. Visitors who have verified previously pass through silently.
Exclude paths from verification
Some paths should never require verification — your homepage, marketing pages, login page, etc. You can configure exclusions inwrangler.toml:
Verify the configuration
Visit your site in an incognito window. You should see the Veriox verification popup. If you do not:- Check that the Worker Route pattern matches your URL
- Check that Cloudflare proxying (orange cloud) is enabled for the domain
- See the testing guide for a full checklist

