• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / blurts-server / 14dc13e3-324c-4f27-8f82-7c0993bfc5a8

pending completion
14dc13e3-324c-4f27-8f82-7c0993bfc5a8

Pull #2765

circleci

Florian Zia
fix: Add empty line
Pull Request #2765: Settings page layout (MNTOR-983)

282 of 1196 branches covered (23.58%)

Branch coverage included in aggregate %.

212 of 212 new or added lines in 9 files covered. (100.0%)

959 of 3217 relevant lines covered (29.81%)

4.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/utils/csrf.js
1
import { doubleCsrf } from 'csrf-csrf'
2
import * as AppConstants from '../app-constants.js'
3

4
// defaults to ignore GET, HEAD, OPTIONS
5
const { doubleCsrfProtection, generateToken } = doubleCsrf({
×
6
  getSecret: () => AppConstants.CSRF_SECRET,
×
7
  cookieName: 'monitor.x-csrf-token'
8
})
9

10
export {
11
  doubleCsrfProtection,
12
  generateToken
13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc