csp fix removed matcher
This commit is contained in:
@@ -50,7 +50,7 @@ export const Tracking = ({ googleTagManagerID, nonce, cookieObj }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export const TrackingNoScript = ({ nonce, googleTagManagerID }) => (
|
||||
export const TrackingNoScript = ({ googleTagManagerID, nonce }) => (
|
||||
<Fragment>
|
||||
<noscript>
|
||||
<iframe
|
||||
|
||||
Reference in New Issue
Block a user