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

✨ Different conditionally compiled featured based privacy levels for the app #412

Open
neon-mmd opened this issue Dec 2, 2023 · 2 comments

Comments

@neon-mmd
Copy link
Owner

neon-mmd commented Dec 2, 2023

Description

Provide 2 different privacy levels for the search engine default and hardened with the help of the rust's feature based compiling feature.

The 2 privacy levels should look something like this:

  • Default: uses some JavaScript and cookies.
  • Hardened: uses no JavaScript, uses some cookies and data is sent via post method (HTML forms can be used to provide this feature).

Screenshots

No response

Do you want to work on this issue?

Yes

Additional information

No response

Copy link

github-actions bot commented Dec 2, 2023

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md

Repository owner deleted a comment from github-actions bot Feb 1, 2024
Copy link

github-actions bot commented Apr 2, 2024

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2024
@neon-mmd neon-mmd reopened this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment