Add LogaTech (LogaCore) fingerprint - #276
Open
zalar2202 wants to merge 1 commit into
Open
Conversation
LogaTech's LogaCore platform (a modular Next.js-based multi-tenant CMS/CRM/e-commerce framework) emits a consistent generator meta tag and X-Powered-By header on every page across all installs: <meta name="generator" content="LogaTech (LogaCore)"> X-Powered-By: LogaTech (LogaCore) Verified live on 10+ production/staging sites (see PR description).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a fingerprint for LogaTech, developer of LogaCore — a modular Next.js-based platform for multi-tenant CMS, CRM, and e-commerce sites.
Every LogaCore-powered install emits a consistent, dedicated signal on every response:
<meta name="generator" content="LogaTech (LogaCore)">X-Powered-By: LogaTech (LogaCore)Categorized under CMS (1) and Page builders (51), matching how comparable hosted site-builder platforms are classified.
Sites using this fingerprint (10)
Validation
Ran the repo's own local validator scripts against the change before opening this PR:
structure_validator.py✅order_validator.py✅ (alphabetically ordered betweenLogaholicandLoggly)schema_validator.py✅category_validator.py/group_validator.py✅technology_validator.py(TECH_FILE_NAME=l.json) ✅icon_path_validator.py✅New icon:
src/images/icons/LogaTech.svg(32×32, valid SVG perElementTree.fromstring).