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

Prevent video chat link scraping #323

Open
ghost opened this issue Aug 12, 2020 · 0 comments
Open

Prevent video chat link scraping #323

ghost opened this issue Aug 12, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 12, 2020

We tend to post zoom links in our chat descriptions which are publicly available. This means that a scraper can intercept our zoom links and appear in our chats and interrupt them.

It would be nice to remove zoom links from descriptions anyway because they are only useful before the meeting. The description should just be text that describes the chat.

We need to agree upon a solution before we get started with this. Idea: add a new meeting_link field to the PennyChatInvitation model (not the PennyChat model), and make a separate field in the chat modal to account for this. There are 2 problems though: 1) the modal already takes up too much space on the screen 2) there might be other similar fields that we eventually want (like notes_link).

@JnBrymn JnBrymn changed the title Video chat link scraping Prevent video chat link scraping Aug 12, 2020
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

0 participants