You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable insecure mode via INSECURE environment variable (#247)
- Change INSECURE configuration to be enabled by presence of the INSECURE variable, replacing the previous true/false CURL_INSECURE approach
- Update documentation in English and Chinese (Simplified, Traditional) to reflect INSECURE variable usage
- Add usage examples showing how to enable insecure mode via INSECURE=1
- Remove validation checks for CURL_INSECURE value and all references to CURL_INSECURE in the script
- Use INSECURE_ARG for curl invocations to manage SSL verification according to the new logic
Signed-off-by: appleboy <[email protected]>
0 commit comments