Skip to content

Commit

Permalink
Update web.ino
Browse files Browse the repository at this point in the history
tabs to spaces for consistency
  • Loading branch information
gn0st1c authored Jun 25, 2018
1 parent 3c96668 commit 913a24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/espurna/web.ino
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ void _onHome(AsyncWebServerRequest *request) {

response->addHeader("Content-Encoding", "gzip");
response->addHeader("Last-Modified", _last_modified);
response->addHeader("X-XSS-Protection", "1; mode=block");
response->addHeader("X-Content-Type-Options", "nosniff");
response->addHeader("X-Frame-Options", "deny");
response->addHeader("X-XSS-Protection", "1; mode=block");
response->addHeader("X-Content-Type-Options", "nosniff");
response->addHeader("X-Frame-Options", "deny");
request->send(response);

}
Expand Down

0 comments on commit 913a24a

Please sign in to comment.