Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1088)

Unified Diff: Source/core/page/DOMWindow.idl

Issue 14198015: Deny cross-origin access to 'window.history'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/page/DOMWindow.idl
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
index 28f6584bab54fc77bd630dab31bd93b433558aed..4500ae82506718dd45f9d80801bb365ecbff1a07 100644
--- a/Source/core/page/DOMWindow.idl
+++ b/Source/core/page/DOMWindow.idl
@@ -35,7 +35,7 @@
] interface DOMWindow {
// DOM Level 0
[Replaceable] readonly attribute Screen screen;
- [Replaceable, DoNotCheckSecurityOnGetter] readonly attribute History history;
+ [Replaceable] readonly attribute History history;
[Replaceable] readonly attribute BarInfo locationbar;
[Replaceable] readonly attribute BarInfo menubar;
[Replaceable] readonly attribute BarInfo personalbar;

Powered by Google App Engine
This is Rietveld 408576698