Google Chrome ERR_UNSAFE_REDIRECT: How to Fix It

Easy 10-30 minutes Medium Severity Verified June 2026
Error Code
ERR_UNSAFE_REDIRECT
Brand
Google Chrome
Product Type
browser
Severity
Medium
DIY Difficulty
Easy
Estimated Fix Time
10-30 minutes
The ERR_UNSAFE_REDIRECT error in Google Chrome means the browser has detected and blocked a redirect it considers potentially unsafe — typically a redirect from a secure HTTPS page to an unencrypted HTTP address, or a suspicious cross-origin redirect chain. This is a security protection built into Chrome to prevent malicious redirects that could expose your data or lead you to harmful sites. In most cases, you can resolve this error through browser settings, cache clearing, or network configuration changes without any technical expertise.
Ad

Tools You'll Need

How to Fix Error Code ERR_UNSAFE_REDIRECT

  1. Reload the Page and Check the URL

    If the URL looks unfamiliar or you did not intentionally navigate to this site, close the tab immediately to protect your security.
  2. Clear Chrome's Browser Cache and Cookies

    Clearing cookies will sign you out of most websites. Make sure you know your login credentials before proceeding.
  3. Disable Chrome Extensions Temporarily

  4. Try Incognito Mode

  5. Check and Disable VPN or Proxy Settings

  6. Flush DNS Cache

  7. Reset Chrome Network Settings

  8. Update Google Chrome

  9. Reset Chrome to Default Settings

    This step will disable all extensions and reset your homepage and search engine settings. Back up any important extension data beforehand.
  10. Check the Website's Redirect Configuration (For Site Owners)

    Editing server configuration files incorrectly can take your website offline. Always back up configuration files before making changes.
Ad

When to Call a Professional

You should seek professional help if: (1) the error appears on your own website and you cannot identify the misconfigured redirect in your server files — contact your web hosting provider's support team or a web developer; (2) you suspect the redirect is caused by malware or adware on your computer — run a full system scan with a reputable antivirus tool or consult a cybersecurity professional; (3) the error occurs across all browsers and multiple websites, which may indicate a network-level issue such as a compromised router or ISP-level redirect injection — contact your internet service provider or a network technician.

Frequently Asked Questions

Is ERR_UNSAFE_REDIRECT dangerous?
The error itself is Chrome's safety feature working correctly — it means Chrome blocked a potentially unsafe redirect before it could affect you. However, if you see this error on a site you trust, it likely indicates a misconfiguration on that site rather than an active attack. You should avoid bypassing this warning on unfamiliar websites, as unsafe redirects are commonly used in phishing and malware distribution.
Why does ERR_UNSAFE_REDIRECT only appear in Chrome and not other browsers?
Different browsers have different security policies for handling redirects. Chrome has stricter rules about certain redirect types — particularly redirects that switch protocols (HTTPS to HTTP) or involve cross-origin redirect chains. Other browsers like Firefox or Edge may allow these same redirects without warning, which is why the error appears exclusively in Chrome.
Can a Chrome extension cause ERR_UNSAFE_REDIRECT?
Yes, absolutely. Extensions that modify web requests — such as VPN extensions, ad blockers, privacy tools, and redirect managers — can alter redirect chains in ways that trigger Chrome's unsafe redirect detection. Try disabling all extensions and testing in Incognito mode to determine if an extension is responsible.
How do I fix ERR_UNSAFE_REDIRECT on my own website?
If you own the website, the most common cause is a redirect rule that sends users from an HTTPS URL to an HTTP URL. Review your .htaccess file (Apache servers), nginx configuration, or CMS redirect settings and ensure all redirects point to HTTPS destinations. Use a redirect chain checker tool to trace exactly what redirects are occurring. Also check for mixed content issues and ensure your SSL certificate is valid.
Does clearing cache fix ERR_UNSAFE_REDIRECT?
Clearing the cache fixes the error in cases where Chrome has stored an outdated or corrupted redirect instruction from a previous visit. If the website previously redirected incorrectly and has since been fixed, clearing cache ensures Chrome fetches the updated redirect rules. However, if the redirect issue is still active on the website's server or caused by an extension or network setting, clearing cache alone will not resolve it.