exact match for broken replacement character URL
This commit is contained in:
parent
469e30fbd9
commit
3ad973636d
@ -181,7 +181,7 @@ http {
|
||||
}
|
||||
|
||||
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 replacement character
|
||||
location ~ "/\xEF\xBF\xBC" {
|
||||
location ~ "^/\xEF\xBF\xBC$" {
|
||||
return 301 /;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user