зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1117311 - CSP: Allowing paths that start with '_' (r=sstamm)
This commit is contained in:
Родитель
abf8b746a5
Коммит
f576b0324f
|
@ -444,7 +444,7 @@ nsCSPParser::path(nsCSPHostSrc* aCspHost)
|
|||
}
|
||||
// path can begin with "/" but not "//"
|
||||
// see http://tools.ietf.org/html/rfc3986#section-3.3
|
||||
if (!hostChar()) {
|
||||
if (peek(SLASH)) {
|
||||
const char16_t* params[] = { mCurToken.get() };
|
||||
logWarningErrorToConsole(nsIScriptError::warningFlag, "couldntParseInvalidSource",
|
||||
params, ArrayLength(params));
|
||||
|
|
Загрузка…
Ссылка в новой задаче