From 66b2161eafe57d06daf39071dad06ee187feeeb6 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 2 Apr 2019 11:40:28 +0100 Subject: [PATCH] sync comments with upstream PR --- .../1.0/config/packages/webpack_encore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml b/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml index 4f23e791..729f59ea 100644 --- a/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml +++ b/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml @@ -5,8 +5,8 @@ webpack_encore: # If multiple builds are defined (as shown below), you can disable the default build: # output_path: false - # if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: anonymous) - # crossorigin: 'use-credentials' + # if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials') + # crossorigin: 'anonymous' # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) # Available in version 1.2