forked from HelloZeroNet/ZeroNet
-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
ZNC Changes #221
Draft
canewsin
wants to merge
422
commits into
ZeroNetX:py3-latest
Choose a base branch
from
zeronet-conservancy:master
base: py3-latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ZNC Changes #221
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add libffi-dev dependency in debian-based instruction fixes #129
fix error message due to disabling updater sites in sidebar
it's now a standard dependency
these are required e.g. on Tails, although I still couldn't get 0net to work on it yet Signed-off-by: caryoscelus <caryoscelus@gmx.com>
Add more deb-based dependencies
remove pyaes from src/lib
skip redundant check
reduce fingerprinting of site owner
prepare for v0.7.7
ask for optional mute reason
minor code improvements refs #138
NoNewSites plugin a small plugin that disables adding new sites (similar to multi user plugin setting), good as a source of sample plugin code
show help if exception is thrown early in startup
there's still a bug that doesn't update unfavouriting in real time
favourite/unfavourite in the sidebar refs #146
- using underscore is deprecated but still works - also don't override commandline --open-browser option
Use dashes in command line options instead of underscore
Fix py3.9 compatibility
Fetch version info from git or Build file
Fix command-line argument style (use dashes instead of underscores) fixes #257
..As long as CORS read permission is granted. This is done for compatibility with sites that relied on lack of enforcing of cross-site isolation in previous ZeroNet versions. fixes #259
Simplified cors 2
gitignore enabled plugins that disabled by default #265
- Content-Security-Policy: `frame-src *` for main UiRequest and `self` for user-content UiRequest - revert change in getHostWithoutPort to make ipv6 work
- fix non-local --ui-ip usage (--ui-ip-protect option) - fix ipv6 handling - fixes #263 (IPv6 validation)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.