21c6b6531887935b348cb2e3b1cc3cec569a412d
Introduce a `Transforms` section in `yarp.json` for the `receiver-ui` route to enforce a no-cache policy. This includes setting the following response headers for all responses: - `Cache-Control`: `no-cache, no-store, must-revalidate` - `Pragma`: `no-cache` - `Expires`: `0` These changes ensure that client-side caching is disabled for the `receiver-ui` route.
Description
No description provided
Languages
JavaScript
86.8%
C#
6.6%
Visual Basic .NET
2.7%
HTML
2.3%
CSS
1.1%
Other
0.4%