Refering to the privacy policy from JS Disabled error message
This commit is contained in:
parent
54a45ea3be
commit
99ecc123f4
@ -12,12 +12,7 @@ const Component = () => (
|
|||||||
<noscript>
|
<noscript>
|
||||||
<Message type="error" icon={ AlertIcon } heading="JavaScript Required">
|
<Message type="error" icon={ AlertIcon } heading="JavaScript Required">
|
||||||
<p>You need to enable JavaScript to use Regexper.</p>
|
<p>You need to enable JavaScript to use Regexper.</p>
|
||||||
<p>Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the GitHub link in the header. There are two data collection tools integrated in the app:</p>
|
<p>If you have concerns regarding the use of tracking code on Regexper, please see the <a href="/privacy.html">Privacy Policy</a>.</p>
|
||||||
<ul>
|
|
||||||
<li><b>Google Analytics</b> is used to track browser usage data and application performance.</li>
|
|
||||||
<li><b>Sentry.io</b> is a tool used to capture and report client-side JavaScript errors.</li>
|
|
||||||
</ul>
|
|
||||||
<p>Most popular ad blockers will prevent these tools from sending any tracking data, and doing so will <b>not</b> impact the performance of this app. Regexper is not supported by ad revenue or sales of any kind. The information collected by these tools is used to monitor application performance, determine browser support, and collect error reports.</p>
|
|
||||||
</Message>
|
</Message>
|
||||||
</noscript>
|
</noscript>
|
||||||
<App/>
|
<App/>
|
||||||
|
@ -13,28 +13,13 @@ exports[`Index page component rendering 1`] = `
|
|||||||
You need to enable JavaScript to use Regexper.
|
You need to enable JavaScript to use Regexper.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the GitHub link in the header. There are two data collection tools integrated in the app:
|
If you have concerns regarding the use of tracking code on Regexper, please see the
|
||||||
</p>
|
<a
|
||||||
<ul>
|
href="/privacy.html"
|
||||||
<li>
|
>
|
||||||
<b>
|
Privacy Policy
|
||||||
Google Analytics
|
</a>
|
||||||
</b>
|
.
|
||||||
is used to track browser usage data and application performance.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<b>
|
|
||||||
Sentry.io
|
|
||||||
</b>
|
|
||||||
is a tool used to capture and report client-side JavaScript errors.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
Most popular ad blockers will prevent these tools from sending any tracking data, and doing so will
|
|
||||||
<b>
|
|
||||||
not
|
|
||||||
</b>
|
|
||||||
impact the performance of this app. Regexper is not supported by ad revenue or sales of any kind. The information collected by these tools is used to monitor application performance, determine browser support, and collect error reports.
|
|
||||||
</p>
|
</p>
|
||||||
</Message>
|
</Message>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
Loading…
Reference in New Issue
Block a user