mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 04:16:59 +01:00
CSP adjusted
This commit is contained in:
parent
14cebd28f3
commit
5897a0a3f0
@ -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:"
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user