diff --git a/client/src/components/Map/MapView.tsx b/client/src/components/Map/MapView.tsx index 2a89f6a..7489ef6 100644 --- a/client/src/components/Map/MapView.tsx +++ b/client/src/components/Map/MapView.tsx @@ -485,6 +485,7 @@ export const MapView = memo(function MapView({ attribution='© OpenStreetMap' maxZoom={19} keepBuffer={4} + referrerPolicy="strict-origin-when-cross-origin" /> diff --git a/client/src/pages/SharedTripPage.tsx b/client/src/pages/SharedTripPage.tsx index 4d304a6..d8fb54a 100644 --- a/client/src/pages/SharedTripPage.tsx +++ b/client/src/pages/SharedTripPage.tsx @@ -168,7 +168,7 @@ export default function SharedTripPage() { {activeTab === 'plan' && (<>
- + {mapPlaces.map((p: any) => (