What grade should I aim for?+
Any production site should reach at least B. Aiming for A requires a real Content-Security-Policy, which takes deliberate engineering — but it's the single most effective XSS mitigation available.
Is CSP hard to deploy?+
Yes, on legacy sites. Start in Content-Security-Policy-Report-Only mode, monitor violations, then promote to enforcing once your inline scripts and third parties are inventoried.
Why isn't X-XSS-Protection on the list?+
It's deprecated and removed from modern browsers. CSP replaces it. Keep your headers tight, not long.
Does the scanner follow redirects?+
Yes. We grade the final response, so a domain that redirects HTTP → HTTPS is scored on the HTTPS response, which is what matters to users.
Do I need to create an account to use Toolzer?+
No. Every utility on Toolzer is free, anonymous, and works in any modern browser without registration. You will never see a paywall or a forced sign-up flow — the goal is to give you the answer on the first screen and let you move on.
Is Toolzer safe to use with sensitive inputs?+
Yes. Whenever the tool can produce an answer entirely in the browser — password generation, JSON formatting, regex testing, hashing, text counting — the data never leaves your device. When a server lookup is unavoidable (DNS, WHOIS, geolocation), the request is proxied through Toolzer's edge so the upstream service never sees your real IP address.
Does Toolzer work on mobile?+
Yes. The interface is fully responsive and works on iOS Safari, Android Chrome, Samsung Internet, and every other up-to-date mobile browser. You can pin the page to your home screen for one-tap access.
Can I link to or bookmark a result?+
Yes. Every Toolzer page has a clean, permanent URL you can bookmark, share, or paste into a ticket. Results are generated client-side on each visit, so the link always shows fresh data instead of a stale screenshot.