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

WIP: Implement public server list #38

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

WIP: Implement public server list #38

wants to merge 1 commit into from

Conversation

Kissaki
Copy link
Member

@Kissaki Kissaki commented Jan 19, 2019

Closes #17

Request for comments

Special care has to be taken to sanitize user input - namely server names and URLs.

Maybe simply not linking the URL as a hyperlink is the safe option. If a user wants to open it, modern browsers offer a text mark right click context action for opening the URL.

The <details><summary> blocks do not work in IE. Maybe we should provide a JS alternative. Or post adequate error for IE users and not provide the content.

image

@Kissaki
Copy link
Member Author

Kissaki commented Jun 9, 2020

This was ready. And worked. But the fastly configuration changed and cross site loading didn't work anymore, unclear to me what or who changed it.

I presented it when it worked but did receive little response. That’s why it’s still sitting here like this.

@Krzmbrzl
Copy link
Member

Krzmbrzl commented Jul 9, 2020

Having a public server list on the website sounds like a really, really good idea!

I'd prefer something that doesn't look like a markdown-table though if that's possible 🤔

@Kissaki
Copy link
Member Author

Kissaki commented Jul 11, 2020

Sure, we can improve the UI if this is something we want to implement and publish.

@Kissaki Kissaki marked this pull request as draft April 24, 2022 17:11
@vrifox
Copy link
Contributor

vrifox commented Oct 18, 2022

This was ready. And worked. But the fastly configuration changed and cross site loading didn't work anymore, unclear to me what or who changed it.

@Kissaki: @Krzmbrzl and I fixed the cross site loading (Access-Control-Allow-Origin), and I'm working on the server list atm. :)

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.

Provide a public serverlist
3 participants