Fixed blank space caused by hidden input
Remove additional_files_needed entries
Only specify auth-user-pass for TLS mode. Ticket #5941
Merge pull request #2693 from NOYB/Diagnostics_/_Tables_-_URL_Table_Aliases
Merge pull request #2692 from NOYB/HTML_Compliance_-_Services_Status_Widget
Fix unbound.inc so zero value for *_num_tcp is honored
In the Unbound documentation, it is noted that setting "outgoing-num-tcp" to "0" disables TCP queries. In testing I noticed that although I could select & save a value of "0" in the Unbound Advanced Config, the actual value written to /var/unbound/unbound.conf was still the default "10". Apparently in PHP, a value of "0" still tests "false" for !empty(). Changing the test to isset() seems to fix the issue.
Diagnostics / Tables - URL Table Aliases
Handle URL table aliases similar to bogons tables. Suppress record remove buttons.Update (download) only the selected URL table alias instead of all of them.Retain full line comments in downloaded URL table files so we can view and use them....
HTML Compliance - Services Status Widget
The for attribute of the label element must refer to a non-hidden form control.There is no corresponding target of this for attribute. Removing.
Update license page. Ticket #5903
View revisions
Also available in: Atom