Proofpoint Disabler
Proofpoint URL Defense Disabler
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
Latest reviews
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.
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'); }
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'); }