mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update content-security-policy.
This commit is contained in:
parent
0fef1bfbec
commit
19216627d3
7 changed files with 16 additions and 6 deletions
|
@ -460,6 +460,7 @@ impl HTMLScriptElement {
|
|||
&text,
|
||||
) == csp::CheckResult::Blocked
|
||||
{
|
||||
warn!("Blocking inline script due to CSP");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue