Chromium Code Reviews

Unified Diff: Source/web/WebEmbeddedWorkerImpl.h

Issue 1308703002: Block Service Workers containing parts of their query string as XSS. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | Source/web/WebEmbeddedWorkerImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEmbeddedWorkerImpl.h
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
index 6f5d3e5b97aef2827413ef64f361c1da8f29e18a..49b316903dac57c238aff0be8e9f4a8d62bcbf6e 100644
--- a/Source/web/WebEmbeddedWorkerImpl.h
+++ b/Source/web/WebEmbeddedWorkerImpl.h
@@ -127,6 +127,8 @@ private:
};
WaitingForDebuggerState m_waitingForDebuggerState;
+
+ String checkForReflectedXSS();
jww 2015/08/21 17:55:46 We might want to generalize this in some way into
};
} // namespace blink
« no previous file with comments | « no previous file | Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | Source/web/WebEmbeddedWorkerImpl.cpp » ('J')

Powered by Google App Engine