https://bz.apache.org/bugzilla/show_bug.cgi?id=64058
Bug ID: 64058 Summary: Remove warning when searching in documentation Product: Apache httpd-2 Version: 2.5-HEAD Hardware: All OS: All Status: NEW Severity: trivial Priority: P2 Component: Documentation Assignee: docs@httpd.apache.org Reporter: stephane.blon...@gmail.com Target Milestone: --- Created attachment 36955 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36955&action=edit sed http to https for Google Search on trunk branch The documentation is available in HTTPS (and HTTP too). The action of the form to Google Search uses HTTP protocol (https://httpd.apache.org/docs/trunk/ or https://httpd.apache.org/docs/2.4/), even if the documentation is browsed in HTTPS. If the user browses the documentation in HTTP, Google returns a 307 to redirect to same search URL in HTTPS. Firefox 68.2 displays a warning windows about the data leak risk which is not a good experience. It would be better if the form uses HTTPS protocol: - always use of HTTPS protocol, - saves one request-response trip. The attached patch replaces every http://www.google.com/search by https://www.google.com/search in the documentation. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org