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

Use a random path to prevent other apps from accessing content #103

Merged
merged 1 commit into from
Sep 11, 2023

Commits on Sep 8, 2023

  1. Use a random path to prevent other apps from accessing content.

    The path is the Base64 encoding of 128 bits from SecureRandom.
    This prevents anyone who doesn't know the path (eg untrusted
    apps running on localhost) from accessing the content. The root
    URL now returns a 404 page.
    akwizgran committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f023a0f View commit details
    Browse the repository at this point in the history