Skip to content

Debug mode: Marks UMB-DEBUG cookie as HttpOnly and Secure#21032

Merged
AndyButland merged 6 commits into
mainfrom
v17/bugfix/web-profiling-httponly-cookie
Dec 4, 2025
Merged

Debug mode: Marks UMB-DEBUG cookie as HttpOnly and Secure#21032
AndyButland merged 6 commits into
mainfrom
v17/bugfix/web-profiling-httponly-cookie

Update src/Umbraco.Web.UI.Client/src/assets/lang/en.ts

7fe2e49
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Code Health Review (main) failed Dec 3, 2025 in 1m 5s

CodeScene PR Check

Quality Gate Failed

Gates Failed
Enforce advisory code health rules (1 file with Code Duplication)

Gates Passed
3 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Enforce advisory code health rules Violations Code Health Impact
dashboard-performance-profiling.element.ts 1 advisory rule 10.00 → 9.39 Suppress

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

Details

🚩 Declining Code Health (highest to lowest):

  • Code Duplication dashboard-performance-profiling.element.ts

Annotations

Check warning on line 68 in src/Umbraco.Web.UI.Client/src/packages/performance-profiling/dashboard-performance-profiling.element.ts

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Code Health Review (main)

❌ New issue: Code Duplication

The module contains 2 functions with similar structure: UmbDashboardPerformanceProfilingElement.disableProfilingStatus,UmbDashboardPerformanceProfilingElement.enableProfilingStatus. Avoid duplicated, aka copy-pasted, code inside the module. More duplication lowers the code health.