CSP adjusted

This commit is contained in:
nobody 2021-04-16 06:31:02 +02:00
parent 14cebd28f3
commit 5897a0a3f0
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 6 additions and 11 deletions

View File

@ -57,8 +57,7 @@
"web_accessible_resources": [
"resources/*"
],
// Require that all types of content should be packaged with the extension
"content_security_policy": "default-src 'self'"
"content_security_policy": "default-src 'self'; img-src 'self' data:"
}

View File

@ -1,7 +1,3 @@
/**
* Titles
*/
.release-date {
font-weight: bold;
}
@ -12,9 +8,9 @@
padding-bottom: 20px;
}
/**
* Controls
*/
#history-release-notes {
display: none;
}
input[type=radio] {
margin: 0;

View File

@ -57,7 +57,7 @@
<hr/>
</div>
<div id="history"><span id="history-indicator">+</span> Previous Versions</div>
<div id="history-release-notes" style="display: none;">
<div id="history-release-notes">
<p class='release-date'>2021-03-28 (v2.6.4)</p>
<ul>
<li>Improved: Welcome page</li>