mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-05 23:40:40 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8a7393b593 | ||
|
64dad4c4b0 | ||
|
e0277ff7e1 | ||
|
b425bce2a7 |
@@ -31,5 +31,5 @@ steps:
|
||||
- docker-compose -f docker-compose.prod.yml down
|
||||
- docker-compose -f docker-compose.prod.yml up -d
|
||||
when:
|
||||
event: push
|
||||
event: tag
|
||||
branch: master
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,8 +6,6 @@ data/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
|
||||
# Generated
|
||||
.cache/
|
||||
|
@@ -8,7 +8,7 @@ add_theme_support( 'post-thumbnails' );
|
||||
|
||||
|
||||
add_filter( 'wp_headers', function ( $headers ) {
|
||||
$headers['Content-Security-Policy'] = "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://s.w.org; report-uri csp@nicco.io";
|
||||
$headers['Content-Security-Policy'] = "default-src 'self' wp.com; script-src 'self' 'unsafe-inline' wp.com; style-src 'self' 'unsafe-inline' wp.com; img-src 'self' wp.com data: https://s.w.org;";
|
||||
$headers['X-Content-Type-Options'] = 'nosniff';
|
||||
$headers['X-Frame-Options'] = "deny";
|
||||
$headers['Strict-Transport-Security'] = "max-age=31536000";
|
||||
|
@@ -2,7 +2,7 @@
|
||||
Theme Name: Liquet
|
||||
Author: Niccolo Borgioli
|
||||
Description: Minimalistic clean theme
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
License: MIT
|
||||
Tags: minimal, simple, typography, clean
|
||||
Author URI: https://nicco.io
|
||||
|
Reference in New Issue
Block a user