Proofpoint Disabler is a productivity chrome extension. it's a free extension and is featured in Productivity, it has 511 active users since released its first version, it earns an average rating of 4.00 from 4 rated user, last update is 1686 days ago.
Proofpoint URL Defense Disabler This chrome extension can disable the "Proofpoint URL Defense" functionality to avoid probable long webpage loading time when you click a link in Gmail ***By installing this extension you agree to use it at your own risk!!! ***Update Log: [1.5] Bug fix [1.4] Support of all 3 versions of encoded url [1.3] Stability Update [1.2] Avoid Gmail link hijacking Bug fix [1.1 Beta] Persistent issue fix [1.0 Beta] Initial release
You could download the latest version crx file or older version files and install it.
English.
50% user give 4-star rating, 50% user give 2-star rating. Read reviews of proofpoint disabler
You could find more help information from proofpoint disabler support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of proofpoint disabler.
You could click to report abuse of proofpoint disabler.
This is a typical geek's "works for me" extension. It is only enabled at gmail. I suppose it is possible to open it up and change/add/update URLs if you are a developer. If you do not know how to do it, and want it working outside of gmail, don't bother.
Good! But in order to work in gmail, it needs to be modified to unwrap google redirects as well: this.gmail_pattern = new RegExp(String.raw`https://www.google.com/url\?q=.*`); var google_match = this.gmail_pattern.exec(rewritten_url); if (google_match) { rewritten_url = return new URL(rewritten_url).searchParams.get('q'); }