Skip to content

Conversation

@SenkjM
Copy link
Member

@SenkjM SenkjM commented Jul 20, 2025

for bin, ues --disable-sign flag to disable sign check.

for cf-worker, uesDISABLE_SIGN to disable sign check.

for bin, ues `--disable-sign` flag to disable sign check.
for cf-worker, ues`DISABLE_SIGN` to disable sign check.
@SenkjM SenkjM requested review from Copilot and xrgzs July 20, 2025 03:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds functionality to disable signature verification in the openlist proxy for both Cloudflare Worker and Go binary implementations. The feature allows bypassing security checks for easier access while warning users about potential privacy implications.

  • Adds configuration options to disable signature verification (DISABLE_SIGN for CF Worker, --disable-sign flag for Go binary)
  • Modifies verification logic to skip signature checks when disabled
  • Includes privacy warnings in multiple languages about security implications

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
openlist-proxy.js Adds DISABLE_SIGN constant and conditional signature verification logic with privacy warnings
openlist-proxy.go Adds disableSign flag and conditional signature verification in download handler

Copy link
Member

@xrgzs xrgzs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xrgzs xrgzs merged commit e0fa27b into main Jul 20, 2025
1 check passed
@xrgzs xrgzs deleted the add-disable_sign branch December 22, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants