Skip to content

Commit

Permalink
Add CSP note
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Oct 2, 2024
1 parent 637ce07 commit 8a6e3b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ public function afterMapByProduct(ProductDataMapper $productDataMapper, array $p
}
```

# I'm getting CSP errors with this extension
We have tested this extension with out-of-the-box functionality thoroughly upon CSP errors. And the chance that there are CSP errors
related to this extension itself is small.

Note that non-developers can easily add new third-party scripts to the Google Tag Manager console (so not within Magento, but from
their click-click Google account) which then would cause issues with CSP. This is the goal of CSP: Make sure that third-party
scripts are only allowed if the CSP policy is modified to accommodate them. This CSP concept has zero to do with the Magento
extension though.

0 comments on commit 8a6e3b9

Please sign in to comment.