@nuxt/docs-nightly 4.3.2-29531002.97b32ff3 → 4.3.2-29531289.6a3bd23e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -120,9 +120,8 @@ In most cases, Nuxt can work with third-party content that is not generated or c
|
|
|
120
120
|
|
|
121
121
|
Accordingly, you should make sure that the following options are unchecked / disabled in Cloudflare. Otherwise, unnecessary re-rendering or hydration errors could impact your production application.
|
|
122
122
|
|
|
123
|
-
1. Speed >
|
|
124
|
-
2.
|
|
125
|
-
3. Scrape Shield > Disable "Email Address Obfuscation"
|
|
123
|
+
1. Speed > Settings > Content Optimization > Disable "Rocket Loader™"
|
|
124
|
+
2. Security > Settings > Disable "Email Address Obfuscation"
|
|
126
125
|
|
|
127
126
|
With these settings, you can be sure that Cloudflare won't inject scripts into your Nuxt application that may cause unwanted side effects.
|
|
128
127
|
|