Searched hist:eb189a72196deaddac65fb31c555327baf072e90 (Results 1 – 3 of 3) sorted by relevance
| /plugin/hideip/ |
| H A D | README.md | eb189a72196deaddac65fb31c555327baf072e90 Sun Jun 14 22:19:36 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Exempt loopback 127.0.0.1 from preview/scrub
DokuWiki hardcodes 127.0.0.1 as its "external edit" marker (synthesized in inc/ChangeLog/ChangeLog.php when a page file's on-disk mtime no longer matches its changelog). It is re-created on every view (page metadata via pageinfo()) and on save (changelog via detectExternalEdit()), is a literal the real-time action component cannot intercept, and is a loopback address that leaks no real visitor IP. Scrubbing it was therefore an endless treadmill.
Treat 127.0.0.1 like the 0.0.0.0 placeholder and blank values: never counted, never rewritten. Real visitor IPs are still anonymised exactly as before.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
| H A D | plugin.info.txt | eb189a72196deaddac65fb31c555327baf072e90 Sun Jun 14 22:19:36 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Exempt loopback 127.0.0.1 from preview/scrub
DokuWiki hardcodes 127.0.0.1 as its "external edit" marker (synthesized in inc/ChangeLog/ChangeLog.php when a page file's on-disk mtime no longer matches its changelog). It is re-created on every view (page metadata via pageinfo()) and on save (changelog via detectExternalEdit()), is a literal the real-time action component cannot intercept, and is a loopback address that leaks no real visitor IP. Scrubbing it was therefore an endless treadmill.
Treat 127.0.0.1 like the 0.0.0.0 placeholder and blank values: never counted, never rewritten. Real visitor IPs are still anonymised exactly as before.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
| H A D | admin.php | eb189a72196deaddac65fb31c555327baf072e90 Sun Jun 14 22:19:36 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Exempt loopback 127.0.0.1 from preview/scrub
DokuWiki hardcodes 127.0.0.1 as its "external edit" marker (synthesized in inc/ChangeLog/ChangeLog.php when a page file's on-disk mtime no longer matches its changelog). It is re-created on every view (page metadata via pageinfo()) and on save (changelog via detectExternalEdit()), is a literal the real-time action component cannot intercept, and is a loopback address that leaks no real visitor IP. Scrubbing it was therefore an endless treadmill.
Treat 127.0.0.1 like the 0.0.0.0 placeholder and blank values: never counted, never rewritten. Real visitor IPs are still anonymised exactly as before.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|