mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-21 18:11:33 -05:00
Remove Expect-CT
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f2f5ed3822
commit
bf23148337
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
.DS_Store
|
@ -186,6 +186,9 @@ EOF
|
||||
|
||||
dnf install -y tuned
|
||||
tune-adm profile latency-performance
|
||||
|
||||
systemctl disable --now sshd.service
|
||||
systemctl enable --now sshd.socket
|
||||
}
|
||||
|
||||
install_pterodactyl() {
|
||||
@ -372,7 +375,6 @@ server {
|
||||
add_header Cross-Origin-Resource-Policy same-origin;
|
||||
add_header Cross-Origin-Opener-Policy same-origin;
|
||||
add_header X-XSS-Protection "0" always;
|
||||
add_header Expect-CT "enforce, max-age=63072000";
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
|
Loading…
Reference in New Issue
Block a user