ATTN GIORGIO: ABE: 'Logout' action doesn't work
Posted: Wed Jul 01, 2009 6:35 pm
Hello,
basically, this is a rule I'm using:
The idea behind this rule is that the site may make requests to itself, cross-site GET requests are stripped of credentials and every other CS request is blocked.
The problem: Each time the Logout action would apply, the request is stopped and no notification is displayed. In the console (Messages), I found this:
Am I doing something wrong here? 
basically, this is a rule I'm using:
Code: Select all
Site example.org
Accept from SELF
Logout GET
Deny
The problem: Each time the Logout action would apply, the request is stopped and no notification is displayed. In the console (Messages), I found this:
Code: Select all
[NoScript XSS] xss.reason.[Exception... "Component returned failure code: 0x804b000f (NS_ERROR_IN_PROGRESS) [nsIHttpChannel.setRequestHeader]" nsresult: "0x804b000f (NS_ERROR_IN_PROGRESS)" location: "JS frame :: chrome://noscript/content/ABE.js :: anonymous :: line 490" data: no] --- undefined
