Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Handout titles leak for unshared handouts

For players the Campaign object in javascript contains all handouts, even the ones not yet shared with them. At least the titles and images are accessible by them.
Hello Rob F.,  Can you provide us with screenshots of this issue and where this is being seen/leaked? Also, can you provide us with the details of how to replicate this? Thanks.
If i type in the developers console of my browser the following: `for (let x of Campaign.handouts.models) { console.log(x.attributes.name);}` I get all names of handouts in the game, even the ones not shared with me. If I call `x.view.render()` i even get the popup view, the text doesn't seem to load, but pictures do load.
Hello Again Rob F., I have passed this information along to our devs. We hope to have an answer for you soon.
Hi Rob, The way this functions is the lesser of two evils. It is here so it loads faster and dynamically, and communicate with Firebase if there are any changes. The only bleed you really get is its name and is not really an issue in most cases unless someone is purposefully cheating within your game-- this then falls under a social issue we cannot really control. All of that said, the devs are aware of this and will be keeping it in mind for future improvements in this realm.