dapoadedire / astro-pic-of-the-day

Missing sandbox in iframe JS-D010
Bug risk
Minor
a year agoa year old
iframe element is missing a sandbox attribute
24            <h2>Astromomy Picture Of The Day</h2>
25            <figure>
26              {data.media_type === "video" ? (
27                <iframe src={data.url} title="a">28                  {data.title}
29                </iframe>
30              ) : (