Security with download links

I’m working on a website which I would like to host by GitHub through GitHub pages.
I would like to create some downloadable colorpages for people to download so that they can print it and color it.

How safe is it for the users to click on the download link? Is there something I should know about securing the website or the download links?

Hi,
I think if you’re using GitHub, then it’s pretty secure. Just upload the downloadable files to your repository. There’s nothing to worry about. There are usually not as many security concerns about download links as about form submission.

1 Like

Thank you for your reply