Security and Policy Decision Points
I'm checking to be sure we've considered all of the important security and policy decision points in WebKit for Adobe AIR. The ones that seem most obvious are: ScriptInterpreter::isSafeScript Window::isSafeScript FrameLoaderClient::dispatchDecidePolicyForMIMEType FrameLoaderClient::dispatchDecidePolicyForNewWindowAction FrameLoaderClient::dispatchDecidePolicyForNavigationAction FrameLoaderClient::shouldGoToHistoryItem FrameLoaderClient::representationExistsForURLScheme FrameLoaderClient::canHandleRequest FrameLoaderClient::canShowMIMEType FrameLoader::canLoad FrameLoader::shouldHideReferrer Is there anything important that I've missed? Thanks, Stan Switzer Adobe Systems
FrameLoader::restrictAccessToLocal Geoff On Aug 15, 2007, at 5:17 PM, Stan Switzer wrote:
I'm checking to be sure we've considered all of the important security and policy decision points in WebKit for Adobe AIR.
The ones that seem most obvious are:
ScriptInterpreter::isSafeScript Window::isSafeScript
FrameLoaderClient::dispatchDecidePolicyForMIMEType FrameLoaderClient::dispatchDecidePolicyForNewWindowAction FrameLoaderClient::dispatchDecidePolicyForNavigationAction FrameLoaderClient::shouldGoToHistoryItem FrameLoaderClient::representationExistsForURLScheme FrameLoaderClient::canHandleRequest FrameLoaderClient::canShowMIMEType
FrameLoader::canLoad FrameLoader::shouldHideReferrer
Is there anything important that I've missed?
Thanks,
Stan Switzer Adobe Systems
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
participants (2)
-
Geoffrey Garen
-
Stan Switzer