Explorar o código

remove and ignore .htaccess and add .htaccess.skeleton

Olivier Massot hai 1 ano
pai
achega
c76b602b92
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 1 0
      public/.htaccess.skeleton

+ 1 - 0
.gitignore

@@ -17,3 +17,4 @@ dist
 !.yarn/releases
 !.yarn/sdks
 !.yarn/versions
+/public/.htaccess

+ 1 - 0
public/.htaccess → public/.htaccess.skeleton

@@ -1,3 +1,4 @@
+# Production only
 <IfModule mod_headers.c>
     Header set Access-Control-Allow-Origin "*"
     Header set Cross-Origin-Embedder-Policy "unsafe-none"