-
Notifications
You must be signed in to change notification settings - Fork 326
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
Block cloning #3512
Comments
Philosophically, is non-source available brews something we want, or should all brews have their source available? |
I think it makes sense for users to prevent others from cloning their stuff and claiming it as own by the click of a single button, lol |
So long as we don't frame the option as being total protection, because it isn't, |
Should be part of #1908 |
This is somewhat complicated... There are currently two access types, Account wide protection, however, is a bit trickier. We either need to add a check against the User's account wide settings (which, specifically, don't exist at this point in time), or come up with a way for the User to update multiple (or even all) brews at once (which also does not currently exist). |
It'd be great if users could block the souece dropdown in the share page for their brews, as both a brew per brew basis or a user setting.
Ideally this would work like this:
If a user sets a block on a brew, the clone to new button , view source, and download stop appearing or appear disabled. It would be considered unclonable.
If a user with an account sets the default to all their brews as non-clonable, brew-per-brew option would not be possible, and all brews are unclonable.
I know users will still be able to get the text via dev tools, but most users would not.
The text was updated successfully, but these errors were encountered: