You should implement webView:dragDestinationActionMaskForDraggingInfo: on the class, which is set to WebUIDelegate of a WebView.
To disable drag & drop, your should return WebDragDestinationActionNone in the method.
Reference: WebUIDelegate Protocol Reference