1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

CSP adjusted

This commit is contained in:
nobody
2021-04-16 06:31:02 +02:00
parent 14cebd28f3
commit 5897a0a3f0
3 changed files with 6 additions and 11 deletions

View File

@@ -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'"
} }

View File

@@ -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;

View File

@@ -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>