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

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: getOwnPropertDescriptor. Created 7 years, 8 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 633839c4d87a66a533602cced27a68b14e766fe4..cc438f2f2f77dbb4b37c2353fd10889c65e54bcc 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