Skip to content
Snippets Groups Projects
  1. Apr 05, 2022
  2. Apr 04, 2022
  3. Apr 01, 2022
  4. Mar 30, 2022
  5. Mar 29, 2022
  6. Mar 28, 2022
  7. Mar 25, 2022
  8. Mar 24, 2022
  9. Mar 23, 2022
  10. Mar 22, 2022
    • Antoine Lambert's avatar
      admin/origin_save: Do not modify unauthorized URLs list when rejecting · 74a5fc48
      Antoine Lambert authored
      When rejecting a Save Code Now request, the submitted origin URL was
      automatically added to the unauthorized URLs list. But this was
      prolematic as a valid URL prefix could be added in that list and
      thus a valid request whose origin URL has that prefix would be
      automatically rejected.
      
      So remove the automatic adding of origin URL in unauthorized list
      when rejecting a request.
      
      Also return 404 in the reject endpoint when the request does not
      exist.
      74a5fc48
Loading