We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6311b7e + a0d8b92 commit a1cfdd2Copy full SHA for a1cfdd2
2 files changed
adblock2privoxy/adblock2privoxy.cabal
@@ -12,7 +12,7 @@ extra-source-files:
12
stack.yaml
13
README.rst
14
INSTALL.rst
15
- changelog
+ CHANGELOG.md
16
man/man1/adblock2privoxy.1
17
distribution/rpmbuild/SPECS/adblock2privoxy.spec
18
distribution/buildWin.bat
adblock2privoxy/man/man1/adblock2privoxy.1
@@ -79,6 +79,16 @@ Domain of CSS web server (required for Element Hide functionality)
79
.RS
80
.RE
81
.TP
82
+.B \-u \-\-useHTTP
83
+Use HTTP for CSS web server; the default is HTTPS to avoid mixed content
84
+.RS
85
+.RE
86
+.TP
87
+.B \-g INT \-\-debugLevel=INT
88
+Debug Level. 0: Off; 1: top directory CSS; 2: full directory.
89
90
91
92
.B \-t PATH \-\-taskFile=PATH
93
Path to task file containing urls to process and options.
94
0 commit comments