Topic: Code to ignore escaped URLs in PGP comment
Hello,
I'm running into an issue with certain web applications, namely vBulletin forums. It seems that for security purposes, some vB forums are setup to automatically escape URL's using brackets. When FireGPG inserts it's URL into the comment, vB picks this up and escaped it with [url ] [/url ] around the URL. This, of course, breaks the FireGPG decryption.
There is an extra space after url because your own forum software here is escaping these as well. :-)
Example:
-----BEGIN PGP MESSAGE-----
Version: GnuPG v2.0.14 (MingW32)
Comment: Use GnuPG with Firefox : [url ]http://getfiregpg.org[/url ] (Version: 0.7.10)
###Encrypted Data###
-----END PGP MESSAGE-----
Would there be a way to edit the parser code to ignore and/or correct the escaped URL? I know you can turn off the URL in the comment, but it's difficult to get lots of community members to edit their settings, especially when some of them have to be hand-held through the process of setting encryption up in the first place.
Thanks so much for your consideration!