Actions
Bug #26358
openCSP violation in archive management related to the status tab
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Medium
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We have a Content Security Policy violation, probably introduced by #25733 :
It causes an error in the browser console, but seem to cause no change in behavior, the Status
tab and the Archives page work just fine.
This may be due to the the async loading of the Status
tab, which prevent the same nonce to be reused on the same page, it may be not so trivial to solve since we use an Actor system with its own lifecycle, and that the nonce is generated under a RequestVar
:
Files
Updated by Clark ANDRIANASOLO 9 days ago
- Related to Bug #25733: Add timezone and refresh seconds in deployment status added
Actions