Dan Schaper
Dan Schaper
I like the ability to include a custom page, that's nice for backwards compatibility. I've labeled it to 6.0, but that's preliminary and open for debate. I consider it to...
MC needs to be resolved.
Thanks, the uninstaller needs a lot of work, the apt based packages are easy to remove as you know, but the custom scripting does need a lot more work and...
We welcome any Pull Requests to help resolve open issues.
Thanks for the report.
The `etag` from the server contains a quote char, which is inherently stupid. Use single quotes around the complete header. `curl -sI --header 'If-None-Match: W/"53df85ca8b85e81646bbf90fd8114877"' https://gitlab.com/nobodysu/spyware-hosts/raw/master/lists/qualcomm-mild.txt`
And I'm happy to change the `curl` command in `gravity.sh` to get rid of the `heisenberg` and `patternbuffer` stuff that just confuses people now.
How so? Single quote around the `curl` command and double quote the variable expansion/substitution.
`httpCode=$(curl -s -L ${compression} ${cmd_ext} ${heisenbergCompensator} --header 'If-None-Match: "${currentetag}"' -w "%{http_code}" -A "${agent}" "${url}" -o "${patternBuffer}" 2> /dev/null)`
> if-modified-since: Fri, 22 Jul 2022 17:17:08 GMT Was the file modified in the few moments between that time and when you ran `curl`? Edit: For clarity, that IMS time...