Skip to content

Commit

Permalink
Attempt to fix referrer not being sent to posthog (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux authored Aug 21, 2024
1 parent 8dac391 commit ca22a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/product/details/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const IFrameWrapper = ({ src }) => {
mozallowfullscreen="true"
ref={iframeRef}
onLoad={handleLoad}
referrerPolicy="strict-origin-when-cross-origin"
src={src}
/>
);
Expand Down

0 comments on commit ca22a05

Please sign in to comment.