Search found 2 matches
- Sat Apr 17, 2010 8:05 pm
- Forum: NoScript Development
- Topic: Bug: NS corrupts PayPal PayNow encrypted buttons
- Replies: 5
- Views: 3209
Re: Bug: NS corrupts PayPal PayNow encrypted buttons
It is actually a bug, since NoScript has already a specific work-around in place for these button. It will be fixed in next release. In the meanwhile, just change the "/us/" part of your action URL with "/ca/": https://www.paypal.com/ca/cgi-bin/webscr It will work and won't chan...
- Sat Apr 17, 2010 7:03 pm
- Forum: NoScript Development
- Topic: Bug: NS corrupts PayPal PayNow encrypted buttons
- Replies: 5
- Views: 3209
Bug: NS corrupts PayPal PayNow encrypted buttons
I'm a developer working on a site now that uses a PayPal PayNow button. My machine is Ubuntu 9.10 with Firefox 3.5.9 and NoScript 1.9.9.63. At first NoScript was flat out blocked the PayPal button with an XSS warning. I searched and found a post where it was recommended to change the POST to a GET. ...