exact match for broken replacement character URL
This commit is contained in:
@@ -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 /;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user