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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/secure guest #986

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

olzzon
Copy link

@olzzon olzzon commented Sep 4, 2022

guest.js limits functionality so a user don't have access to director mode, host and filesharing.
The guest.html is a copy of main.html with the added import of guest.js just after lib.js

Setting up a ninja server with to urls. 1 pointing to index.html (with full functionality, and security for accessing) and one pointing to guest.html (with full access for others), ensures that an external user receiving a "solo view link", (replaces with the guest URL) can't mess around in director mode.

I'm not in love with the concept of copying the full main.html to guest.html, so if anyone can recommend a better way of reusing main.html into guest.html
馃槉

@CLAassistant
Copy link

CLAassistant commented Sep 4, 2022

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

None yet

2 participants