mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
CSP adjusted
This commit is contained in:
@@ -57,8 +57,7 @@
|
|||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"resources/*"
|
"resources/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
// Require that all types of content should be packaged with the extension
|
"content_security_policy": "default-src 'self'; img-src 'self' data:"
|
||||||
"content_security_policy": "default-src 'self'"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* Titles
|
|
||||||
*/
|
|
||||||
|
|
||||||
.release-date {
|
.release-date {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@@ -12,9 +8,9 @@
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
#history-release-notes {
|
||||||
* Controls
|
display: none;
|
||||||
*/
|
}
|
||||||
|
|
||||||
input[type=radio] {
|
input[type=radio] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@@ -57,7 +57,7 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
<div id="history"><span id="history-indicator">+</span> Previous Versions</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>
|
<p class='release-date'>2021-03-28 (v2.6.4)</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Improved: Welcome page</li>
|
<li>Improved: Welcome page</li>
|
||||||
|
Reference in New Issue
Block a user