Remove escaped_fragment snapshot rendering.

This commit is contained in:
Jake Moshenko 2016-06-14 10:35:38 -04:00
parent fea47bdaed
commit 746728ba24
5 changed files with 0 additions and 64 deletions

View file

@ -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;