Skip to content

Instantly share code, notes, and snippets.

View hrafven's full-sized avatar
🎯
Focusing

Hugo Bidois hrafven

🎯
Focusing
View GitHub Profile
@hrafven
hrafven / .editorconfig
Created October 19, 2022 12:39
.editorconfig
charset = utf-8
end_of_line = lf
indent_size = '2'
indent_style = space
insert_final_newline = true
root = true
tab_width = 2
trim_trailing_whitespace = true
<script runat=server>
Platform.Response.SetResponseHeader("Strict-Transport-Security","max-age=200");
Platform.Response.SetResponseHeader("X-XSS-Protection","1; mode=block");
Platform.Response.SetResponseHeader("X-Frame-Options","Deny");
Platform.Response.SetResponseHeader("X-Content-Type-Options","nosniff");
Platform.Response.SetResponseHeader("Referrer-Policy","strict-origin-when-cross-origin");
Platform.Response.SetResponseHeader("Content-Security-Policy","default-src 'self'");
</script>