Fix pdf-landing domains to stealthpdf.com + remove third-party analytics - #3
Open
aabhpsy wants to merge 1 commit into
Open
Fix pdf-landing domains to stealthpdf.com + remove third-party analytics#3aabhpsy wants to merge 1 commit into
aabhpsy wants to merge 1 commit into
Conversation
… analytics Update the legacy pdf-landing pages to use the stealthpdf.com domain (which we own) instead of dead domains, remove the original author's analytics tracker, and fix the stale version number. Domain fixes (StealthPDF.net / killerpdf.net -> stealthpdf.com): - index.html: canonical URL, og:url, og:image, twitter:image - about.html, help.html, technical.html: canonical URLs - sitemap.xml: all 4 <loc> entries - robots.txt: sitemap URL Analytics removal (privacy / no-telemetry promise): - Remove koya.thekiller.net analytics script from all 4 HTML pages - Remove koya.thekiller.net from the Content-Security-Policy in _headers (script-src and connect-src); keep cloudflareinsights.com for optional future use Version fix: - Footer "verEgg" updated from v1.6.0 to v2.0.0 in all 4 HTML pages App.xaml.cs: - Windows registry Publisher changed from "Steve / thekiller.net" to "StealthPDF (stealthpdf.com)" to match the csproj Company field Author attribution links to thekiller.net (Steve the Killer) are intentionally kept in the footer and about page for proper GPL credit.
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.
Summary
Fixes the legacy
pdf-landing/pages andApp.xaml.csto use the stealthpdf.com domain (which we own), removes the original author's third-party analytics tracker, and updates the stale version number.Changes
Domain fixes (dead domains -> stealthpdf.com)
All references to the non-existent
StealthPDF.netandkillerpdf.netdomains updated tostealthpdf.com:index.htmlabout.htmlhelp.htmltechnical.htmlsitemap.xml<loc>entriesrobots.txtAnalytics removal (privacy / no-telemetry promise)
StealthPDF's core promise is "no account, no telemetry, no phone-home." The legacy pages loaded a third-party analytics tracker from
koya.thekiller.net(the original author's tracker with a hardcoded site ID). Removed:koya.thekiller.net<script>tag from all 4 HTML pageskoya.thekiller.netfrom the Content-Security-Policy in_headers(bothscript-srcandconnect-src)cloudflareinsights.comkept in CSP for optional future Cloudflare Web Analytics (cookie-free)Version fix
v1.6.0tov2.0.0in all 4 HTML pages (app is now v2.0.0)App.xaml.cs
Publisherchanged from"Steve / thekiller.net"to"StealthPDF (stealthpdf.com)"to match the csproj<Company>fieldIntentionally kept
Author attribution links to
thekiller.net(Steve the Killer) in the footer and about page are kept for proper GPL credit.Verification
git grepconfirms zero remaining references toStealthPDF.net,killerpdf.net, orkoya.thekiller.netin the repo.