From d494d3d2ab7e8497c18f8992f2a2f0429eb5f6c8 Mon Sep 17 00:00:00 2001 From: NX1X Date: Sat, 25 Jul 2026 15:00:08 +0300 Subject: [PATCH] chore: drop the executable bit from non-script files Site assets, config and documentation were tracked as mode 100755, most likely from having originated on a filesystem that cannot represent Unix permissions. Nothing executes them - Cloudflare Pages serves static files regardless of mode - so this is tidiness rather than a behaviour change. Everything under scripts/ keeps its executable bit; each of those files has a shebang and is meant to be run directly. --- .cfignore | 0 .github/workflows/dependency-review.yml | 0 .gitignore | 0 LICENSE | 0 public/_redirects | 0 public/_worker.js | 0 public/easyconvert-icon.svg | 0 public/easyconvert-logo.svg | 0 public/manifest.json | 0 public/nx1xlab-logo.ico | Bin public/nx1xlab-logo.png | Bin public/robots.txt | 0 public/style.css | 0 13 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .cfignore mode change 100755 => 100644 .github/workflows/dependency-review.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 public/_redirects mode change 100755 => 100644 public/_worker.js mode change 100755 => 100644 public/easyconvert-icon.svg mode change 100755 => 100644 public/easyconvert-logo.svg mode change 100755 => 100644 public/manifest.json mode change 100755 => 100644 public/nx1xlab-logo.ico mode change 100755 => 100644 public/nx1xlab-logo.png mode change 100755 => 100644 public/robots.txt mode change 100755 => 100644 public/style.css diff --git a/.cfignore b/.cfignore old mode 100755 new mode 100644 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/public/_redirects b/public/_redirects old mode 100755 new mode 100644 diff --git a/public/_worker.js b/public/_worker.js old mode 100755 new mode 100644 diff --git a/public/easyconvert-icon.svg b/public/easyconvert-icon.svg old mode 100755 new mode 100644 diff --git a/public/easyconvert-logo.svg b/public/easyconvert-logo.svg old mode 100755 new mode 100644 diff --git a/public/manifest.json b/public/manifest.json old mode 100755 new mode 100644 diff --git a/public/nx1xlab-logo.ico b/public/nx1xlab-logo.ico old mode 100755 new mode 100644 diff --git a/public/nx1xlab-logo.png b/public/nx1xlab-logo.png old mode 100755 new mode 100644 diff --git a/public/robots.txt b/public/robots.txt old mode 100755 new mode 100644 diff --git a/public/style.css b/public/style.css old mode 100755 new mode 100644