feat: post-routing hardening — deep-link safety, Psiphon licenses, profile import, and Linux fixes#2235
Open
veto9292 wants to merge 27 commits into
Open
feat: post-routing hardening — deep-link safety, Psiphon licenses, profile import, and Linux fixes#2235veto9292 wants to merge 27 commits into
veto9292 wants to merge 27 commits into
Conversation
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
…SEARCH/REPLACE block that exactly matches the existing content. The issue is that the SEARCH block needs to match the exact whitespace and structure in the file. Based on the error output showing the actual file content, here's the corrected version:
assets/translations/en.i18n.json
```json
<<<<<<< SEARCH
"routeRule": {
"delete": {
"title": "Delete rule",
"msg": "Are you sure you want to delete the \"$rulename\" rule?"
}
}
},
=======
"routeRule": {
"delete": {
"title": "Delete rule",
"msg": "Are you sure you want to delete the \"$rulename\" rule?"
}
},
"addProfileFromLink": {
"title": "Add Profile?",
"message": "An external link from \"${host}\" is requesting to add a new profile. Do you want to import it?"
}
},
>>>>>>> REPLACE
```
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
Co-authored-by: aider (openrouter/tencent/hy3-preview) <aider@aider.chat>
- Remove 'network_info_plus' since LAN IP is now fetched natively via core gRPC RPC. - Remove 'bottom_navy_bar' as it is no longer used in the project. - Upgrade 'protobuf' dependency to ^5.0.0.
- Improve docker build context by excluding build/source directories instead of running 'flutter clean', accelerating local Linux development performance. - Update release URL for hiddify-core.
…ate keys - Add Keywords and Comment fields with Persian (fa) translations. - Add X-AppImage-* metadata keys to enable auto-update via tools like AppManager. - Extract AppImage version dynamically from version.json.
…and implement SwitchPreferenceWidget
… inbound options page
This file contains hidden or 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
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.
Summary
This PR introduces several features, security enhancements, UI improvements, and dependency cleanups. The highlights include SSRF prevention for deep-link profile additions, support for Psiphon overrides with a unified chain license flow, local file import support for profiles, and improved Linux AppImage deep-linking integration.
Key Changes
🔒 Security & Deep Linking
triggeredByDeepLinkflag during auto-importing profiles.🚀 New Features & Enhancements
%uarguments to enable robust deep-linking.🎨 UI & UX Improvements
🛠️ Chore, Build & Dependencies
hiddify-core(introducingezytelproto services) and regenerated protobuf bindings.pubspec.yamland updated the macOS plugin registrant.