sydneyli

Results 30 issues of sydneyli

Type: feature request In recent news, ISPs actually do mess with [HTTP downloads](https://citizenlab.ca/2018/03/bad-traffic-sandvines-packetlogic-devices-deploy-government-spyware-turkey-syria/). Insecure downloads being hosted on HTTPS sites are [particularly misleading](https://citizenlab.ca/wp-content/uploads/2018/03/Bad-Traffic-Image-12.png). Could HTTPS Everywhere warn users when downloads...

feature-request

Recommended by @bmw [in this comment](https://github.com/certbot/website/pull/387#discussion_r246206307).

priority: unplanned

Depends on #73. Check out the last two commits for the full diff. In Certbot, we have a lot of sample config files that we test against. Here's a bunch...

Should blocks and options have separate namespaces during parsing, or should this behavior be disallowed? For instance: ``` a = 1 ``` The parsing results seem to vary quite a...

enhancement
question

Discussion from this [comment](https://github.com/etingof/apacheconfig/pull/47#discussion_r315511112).

enhancement

Apache 2.2, which is the version of Apache on CentOS 6, *sometimes* allows syntax like: ``` ``` Where the final closing brackets are on the same line. @etingof, what do...

enhancement

Turn literals in the code into a "constant" variables to make the code easier to manage and allow code analyzers to catch possible issues. Suggested [here](https://github.com/etingof/apacheconfig/pull/66#discussion_r330680097)!

enhancement

From https://github.com/etingof/apacheconfig/pull/72#issuecomment-548969019 -- we could make a distinct "flavor" that lists all the default options in one place.

enhancement

Initially reported at EFForg/starttls-everywhere#146: > When I'm trying to submit my domain with an MTA STS policy at https://starttls-everywhere.org/add-domain/ I get the following error: > > "Domain does not correctly...

bug