1.2 KiB
title | description | lead | date | draft | images | menu | weight | toc | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Domain Sanitization | This guide describes and helps users sanitize provided files to hide their domain | This guide describes and helps users sanitize provided files to hide their domain. | 2022-06-20T10:05:55+10:00 | false |
|
220 | true |
Some users may wish to hide their domain in files provided during troubleshooting. While this is discouraged, if a user decides to perform this action it's critical for these purposes that you hide your domain in a very specific way. Most editors allow replacing all instances of a value, utilizing this is essential to making troubleshooting possible.
General Rule
Only replace the purchased portion of domains. For example if you have auth.abc123.com
and app.abc123.com
they
should become auth.example.com
and app.example.com
, i.e. replace all instances of abc123.com
with example.com
.
Multiple Domains
Replacement Value: example#.com
(where #
is a unique number per domain)
In instances where there are multiple domains it's recommended these domains are replaced with example1.com
,
example2.com
, etc.