Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Extractability Downloadability #93

Open
KooIaIa opened this issue Sep 20, 2024 · 1 comment
Open

Model Extractability Downloadability #93

KooIaIa opened this issue Sep 20, 2024 · 1 comment

Comments

@KooIaIa
Copy link

KooIaIa commented Sep 20, 2024

"Rendered data is not exposed to / extractable by the page in this proposal, so no tainting is required."

The model's original source data would still be downloadable by the page right?

Like saving an image from right clicking an tag? You can extract a unrendered model from a model tag - you just can't extract the program used to render it?

@zachernuk
Copy link
Collaborator

There are two separate issues in play here - first is the byte contents of a given model file - those would be subject to the same considerations as CORS imposes on other areas - so assets that can be displayed but will resist being fetched would expect to behave the same way.

The other issue related to rendering is the user information that is at risk based on reading the literal "rendered" image of the model. Since that would be based on head-pose (and potentially illumination information) it's not safe to expect that to be readable in a JS context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants