Remove sensitive data from tracked files before BFG history cleanup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 23:00:58 +08:00
parent c91d278f1b
commit dc0a98f819
18 changed files with 28 additions and 921 deletions

View File

@@ -1,5 +1,5 @@
const conformanceExampleUrl = "https://REDACTED-HOST/discover/conformance/log/185524797/conformance";
const urlUnderTestNotEncoded = `https://REDACTED-HOST/login?return-to=${conformanceExampleUrl}`;
const conformanceExampleUrl = "http://localhost:5173/discover/conformance/log/185524797/conformance";
const urlUnderTestNotEncoded = `http://localhost:5173/login?return-to=${conformanceExampleUrl}`;
const urlsUnderTest = [urlUnderTestNotEncoded,];
describe('Conformance url pastetd', ()=>{
urlsUnderTest.forEach((curUrl) => {