Aditya Chopra
Aditya Chopra
## Description This PR adds support for CSP `report-to` and `report-uri` directives to the `secure-headers` middleware, addressing the feature request in #4527. Implements the functionality accordingly. ## Changes - Add...
### What is the feature you are proposing? **What is the feature you are proposing?** Add CSP `report-uri` directive support to secure-headers middleware for backwards compatibility with legacy systems. **Why...
Closes [#4101](https://github.com/date-fns/date-fns/issues/4101) This PR adds missing test coverage for `differenceInWeeks`, specifically: • DST spring-forward and fall-back transitions • roundingMethod options: "ceil", "floor", "round", "trunc" • Behavior matches documented expectations but...
### The problem The `differenceInWeeks` function has documentation that clearly explains how it behaves during daylight saving time transitions (both spring-forward and fall-back) and how its result can be customized...