GjjvdBurg / safelinksfixer

Thunderbird add-on to remove ATP Safe Links in Outlook-generated emails
0 stars 1 forks source link

Don't hard-code eur01 host in regex #1

Closed gavanderhoorn closed 4 years ago

gavanderhoorn commented 4 years ago

As per subject.

I've seen a few different eur hosts. This should match them.

GjjvdBurg commented 4 years ago

This is so cool, I had no idea anyone else was using this! Thanks for your contribution.

gavanderhoorn commented 4 years ago

No problem.

I'd actually like to add support for rewriting proofpoint urldefense URLs as well.

Would that be of interest?


Edit: proofpoint requires some more replace(..)s. That's a bit different from how the extension works now, but perhaps proofpoint could be handled as a special case.

I currently have this: https://github.com/GjjvdBurg/safelinksfixer/compare/master...gavanderhoorn:proofpoint.