You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/encore/cdn.rst
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ pages also use the CDN. Fortunately, the
39
39
:ref:`entrypoints.json <encore-entrypointsjson-simple-description>` paths are updated
40
40
to include the full URL to the CDN.
41
41
42
-
If you are using ``Encore.enableIntegrityHashes()`` and your CDN and your domain are not the [same-origin](https://en.wikipedia.org/wiki/Same-origin_policy)
43
-
then you might need to set the ``crossorigin`` configuration value in your webpack_encore.yaml configuration
44
-
to ``anonymous`` or ``use-credentials`` to overcome CORS errors.
42
+
If you are using ``Encore.enableIntegrityHashes()`` and your CDN and your domain
43
+
are not the `same-origin`_, you may need to set the ``crossorigin`` option in
44
+
your webpack_encore.yaml configuration to ``anonymous`` or ``use-credentials``
0 commit comments