dapoadedire / astro-pic-of-the-day

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