Changeset 166026 in webkit for trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp
- Timestamp:
- Mar 20, 2014 5:04:44 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp
r166017 r166026 628 628 return false; 629 629 630 if (m_process->hasAssumedReadAccessToURL(url)) 631 return false; 632 630 633 #if ENABLE(INSPECTOR) 631 // Don't give the inspector full access to the file system. 632 if (WebInspectorProxy::isInspectorPage(*this)) 633 return false; 634 // Inspector resources are in a directory with assumed access. 635 ASSERT_WITH_SECURITY_IMPLICATION(!WebInspectorProxy::isInspectorPage(*this)); 634 636 #endif 635 637
Note: See TracChangeset
for help on using the changeset viewer.