Skip to content
This repository was archived by the owner on May 28, 2020. It is now read-only.
This repository was archived by the owner on May 28, 2020. It is now read-only.

Securing the user's personal dats #25

@pfrazee

Description

@pfrazee

We need to make sure the private/public dats can't have html/js written which then does something ugly to the user's data.

Some ideas:

  • The private dat maybe shouldn't execute HTML/JS at all, because it creates a huge data-exfiltration risk. It also shouldn't allow CORS.
  • Perhaps the public dat should have reduced privileges. For instance, it should not be allowed to self-modify.
  • We could remove the ability of apps to write html/js, though that does stop "website making apps" from working on the user's website.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions