Proofpoint URL Defense Disabler
Total ratings
4.00
(Rating count:
4)
Recent reviews
Recent rating average:
3.00
All time rating average:
4.00
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2022-01-19 | Sergei Genchev | 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. | ||
2022-01-19 | Sergei Genchev | en | 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. | |
2021-01-17 | Free | 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'); } | ||
2021-01-17 | Free | en | 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'); } |