зеркало из https://github.com/mozilla/pjs.git
Bug 589457 - remove delay from test_x-frame-options response, r=ehsan, a=testonly
This commit is contained in:
Родитель
593dc7356e
Коммит
6b01e6cbe0
|
@ -12,7 +12,6 @@ function handleRequest(request, response)
|
|||
|
||||
// X-Frame-Options header value
|
||||
if (query['xfo'] == "deny") {
|
||||
for (var i = 0 ; i < 0x7fffff ; i++) { }
|
||||
response.setHeader("X-Frame-Options", "DENY", false);
|
||||
}
|
||||
else if (query['xfo'] == "sameorigin") {
|
||||
|
|
Загрузка…
Ссылка в новой задаче