Fix bug 363235 -- REJECT_SERVER is taken to mean "content is blocked by user",
and that's not what we want here. r+sr=sicking git-svn-id: svn://10.0.0.236/trunk@217201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -95,7 +95,7 @@ nsNoDataProtocolContentPolicy::ShouldLoad(PRUint32 aContentType,
|
||||
do_QueryInterface(handler);
|
||||
|
||||
if (extHandler) {
|
||||
*aDecision = nsIContentPolicy::REJECT_SERVER;
|
||||
*aDecision = nsIContentPolicy::REJECT_REQUEST;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user