diff --git a/package-lock.json b/package-lock.json index 8a918bb..0d0a56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "9.2.6", + "version": "9.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "9.2.6", + "version": "9.2.4", "license": "MIT", "dependencies": { "minisearch": "^7.1.2", diff --git a/package.json b/package.json index 413260c..7eac292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "9.2.6", + "version": "9.2.4", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index aac80b3..fe4ef9a 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -110,7 +110,6 @@ ol { .brand-mastodon, .brand-npm, .calendar, -.calendar-plus, .coffee, .concerts, .country, @@ -154,8 +153,7 @@ ol { &.brand-npm { --section-color: var(--brand-npm); } - &.calendar, - &.calendar-plus { + &.calendar { --section-color: var(--calendar); } &.coffee { diff --git a/src/meta/htaccess.liquid b/src/meta/htaccess.liquid index d63c3e1..aceadbb 100644 --- a/src/meta/htaccess.liquid +++ b/src/meta/htaccess.liquid @@ -128,9 +128,6 @@ RewriteRule ^.*$ - [F,L] Header append Vary "Accept-Encoding" - Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" - Header set X-Content-Type-Options "nosniff" - Header set X-XSS-Protection "1; mode=block" Header set Cache-Control "public, max-age=31536000, immutable"