Skip to content
Snippets Groups Projects

Remove unsupported redirect codes according to Symfony

3 files
+ 1
18
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -485,20 +485,6 @@ display:
min: ''
max: ''
5:
title: '304 Not Modified'
operator: '='
value:
value: '304'
min: ''
max: ''
6:
title: '305 Use Proxy'
operator: '='
value:
value: '305'
min: ''
max: ''
7:
title: '307 Temporary Redirect'
operator: '='
value:
Loading