Skip to content
  • Christian Persch's avatar
    io: Implement strict load policy · f01aded7
    Christian Persch authored
    Allow any file to load from data:, and any resource to load from other
    resources. Only allow file: to load other file: URIs from below the path
    of the base file. Any other loads are denied.
    
    Bug #691708.
    f01aded7