Remove escaped_fragment snapshot rendering.
This commit is contained in:
parent
fea47bdaed
commit
746728ba24
5 changed files with 0 additions and 64 deletions
|
@ -8,10 +8,6 @@ if ($host = "www.quay.io") {
|
|||
return 301 $proper_scheme://quay.io$request_uri;
|
||||
}
|
||||
|
||||
if ($args ~ "_escaped_fragment_") {
|
||||
rewrite ^ /snapshot$uri;
|
||||
}
|
||||
|
||||
# Disable the ability to be embedded into iframes
|
||||
add_header X-Frame-Options DENY;
|
||||
|
||||
|
|
Reference in a new issue