Mariot Chauvin

Results 9 issues of Mariot Chauvin

## What does this change? The associated changes enabled `sandbox` option for the [`iframe`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) returned by Google DFP and force the usage of `Safeframe` to reduce the possibility of redirection...

When we [implemented rendering of snippets atom](https://github.com/guardian/frontend/pull/18222) with the [atom renderer library](https://github.com/guardian/atom-renderer) we discussed how `CSS` integration could be done: - Include the css of the atom-type server side in...

## What does this change? Update dependencies - `brotli4j` to [1.16](https://github.com/hyperxpro/Brotli4j/releases/tag/v1.16.0) - `scala` to [3.3.3](https://github.com/scala/scala3/releases/tag/3.3.3),[2.13.13](https://github.com/scala/scala/releases/tag/v2.13.13),[2.12.19](https://github.com/scala/scala/releases/tag/v2.12.19) - `sbt` to [1.9.9](https://github.com/sbt/sbt/releases/tag/v1.9.9)

## What does this change? Add funding file

The [code seems to try to access parent window property](https://github.com/guardian/iframe-messenger/blob/master/src/iframeMessenger.js#L157): ``` js var height = parseInt(document.body.offsetHeight, 10); ``` For instance on [this article](https://www.theguardian.com/us-news/ng-interactive/2016/mar/25/us-election-2016-delegate-tracker-trump-cruz-kasich-sanders-clinton), it result an error message in the...

## What does this change? This update `yarn` from `1.22.17 `to the latest stable version `4.2.2`. There are a few noteworthy changes: #### Adding the range for `react-dom` and `react`...

## What does this change? Upgrade dependencies