gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 139/220: TODO/ROADMAP: remove "refuse downgrade red


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 139/220: TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3
Date: Thu, 12 Sep 2019 17:28:19 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 7c31a8980cd13f08cc477c83134dd4301ea6822e
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Aug 16 23:18:45 2019 +0200

    TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3
    
    HTTP3 is now already in full progress
    
    Downgrade redirects can be achived almost exactly like that by setting
    CURLOPT_REDIR_PROTOCOLS.
---
 docs/ROADMAP.md | 10 ----------
 docs/TODO       |  8 --------
 2 files changed, 18 deletions(-)

diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 20f35e939..e969fcfe8 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -5,11 +5,6 @@ Roadmap of things Daniel Stenberg wants to work on next. It is 
intended to
 serve as a guideline for others for information, feedback and possible
 participation.
 
-HTTP/3
-------
-
- See the [QUIC and HTTP/3 wiki page](https://github.com/curl/curl/wiki/QUIC).
-
 ESNI (Encrypted SNI)
 --------------------
 
@@ -21,11 +16,6 @@ HSTS
 
 Complete and merge [the existing PR](https://github.com/curl/curl/pull/2682).
 
-Option to refuse HTTPS => HTTP redirects
-----------------------------------------
-
-Possibly as a new bit to `CURLOPT_FOLLOWLOCATION` ?
-
 Option to let CURLOPT_CUSTOMREQUEST be overridden on redirect
 -------------------------------------------------------------
 
diff --git a/docs/TODO b/docs/TODO
index 5e1fcefae..25cccbf40 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -74,7 +74,6 @@
  5.3 Rearrange request header order
  5.4 Allow SAN names in HTTP/2 server push
  5.5 auth= in URLs
- 5.6 Refuse "downgrade" redirects
  5.7 QUIC
 
  6. TELNET
@@ -616,13 +615,6 @@
 
  Additionally this should be implemented for proxy base URLs as well.
 
-5.6 Refuse "downgrade" redirects
-
- See https://github.com/curl/curl/issues/226
-
- Consider a way to tell curl to refuse to "downgrade" protocol with a redirect
- and/or possibly a bit that refuses redirect to change protocol completely.
-
 5.7 QUIC
 
  The standardization process of QUIC has been taken to the IETF and can be

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]