origin:

Drag Me
box.ondragstart = function(e){
  e.dataTransfer.allowTargetOrigin('http://people.opera.com');
}