diff options
author | Andinus <andinus@nand.sh> | 2020-08-29 20:26:10 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-29 20:26:10 +0530 |
commit | 4fdeba51c8d73a80120f8fc22623fe3864bea0d7 (patch) | |
tree | 305ef5bbb5c0dab7da32dc0d96632090d7a5eaef | |
parent | d5cb7559c055f41b86bad5590e13262635b1cf11 (diff) | |
download | pyxis-4fdeba51c8d73a80120f8fc22623fe3864bea0d7.tar.gz |
Comment user-agent change
That's basically giving my IP address to people because I don't think anyone else will be using this. So feed owners could just link the IP to me directly which is not good.
-rwxr-xr-x | pyxis.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyxis.pl b/pyxis.pl index 07fdffd..45e523f 100755 --- a/pyxis.pl +++ b/pyxis.pl @@ -50,7 +50,7 @@ my %dispatch = ( ->new( verify_SSL => 1, # default user-agent string if ending in space. - agent => "pyxis: https://andinus.nand.sh/pyxis ", + # agent => "pyxis: https://andinus.nand.sh/pyxis ", ); foreach my $feed (sort keys %feeds) { |