Remove useless frame options header
This commit is contained in:
parent
a05752049a
commit
2db6acaf1c
@ -97,7 +97,6 @@ async function setHeaders(context: RequestContext) {
|
|||||||
"RTV",
|
"RTV",
|
||||||
rtvValues[Math.round(Math.random() * (rtvValues.length - 1))]
|
rtvValues[Math.round(Math.random() * (rtvValues.length - 1))]
|
||||||
);
|
);
|
||||||
response.headers.set("X-Frame-Options", "DENY");
|
|
||||||
response.headers.set("X-XSS-Protection", "1; mode=block");
|
response.headers.set("X-XSS-Protection", "1; mode=block");
|
||||||
|
|
||||||
const policies = {
|
const policies = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user