mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-22 22:57:43 +01:00
Fixed #38
This commit is contained in:
parent
1f31b7b4c1
commit
751f37bd83
@ -480,7 +480,7 @@ var mappings = {
|
|||||||
'netdna.bootstrapcdn.com': {
|
'netdna.bootstrapcdn.com': {
|
||||||
'/bootstrap/': {
|
'/bootstrap/': {
|
||||||
'{version}/js/bootstrap.min.': resources.bootstrapJS,
|
'{version}/js/bootstrap.min.': resources.bootstrapJS,
|
||||||
'{version}/css/bootstrap.min.': resources.bootstrapCSS,
|
'{version}/css/bootstrap.min.': resources.bootstrapCSS
|
||||||
},
|
},
|
||||||
'/font-awesome/': {
|
'/font-awesome/': {
|
||||||
'{version}/css/font-awesome.css': resources.fontawesome
|
'{version}/css/font-awesome.css': resources.fontawesome
|
||||||
|
@ -194,6 +194,8 @@ helpers.determineCdnName = function (domainName) {
|
|||||||
return 'Cloudflare CDN';
|
return 'Cloudflare CDN';
|
||||||
case 'akamai-webcdn.kgstatic.net':
|
case 'akamai-webcdn.kgstatic.net':
|
||||||
return 'Akamai WebCDN';
|
return 'Akamai WebCDN';
|
||||||
|
case 'netdna.bootstrapcdn.com':
|
||||||
|
return 'NetDNA';
|
||||||
default:
|
default:
|
||||||
return 'Unknown';
|
return 'Unknown';
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,25 @@
|
|||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
New in LocalCDN:
|
New in LocalCDN:
|
||||||
</div>
|
</div>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/38">"#38"</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="topic-label">
|
||||||
|
Please update your uBlock/uMatrix rules
|
||||||
|
</div>
|
||||||
|
<div class="ruleset-generator">
|
||||||
|
<input id="generate-ublock-rules" name="rule-sets" data-option="uBlock" type="radio" value="uBlock">
|
||||||
|
<label for="generate-ublock-rules">uBlock</label>
|
||||||
|
</div>
|
||||||
|
<div class="ruleset-generator">
|
||||||
|
<input id="generate-umatrix-rules" name="rule-sets" data-option="uMatrix" type="radio" value="uMatrix">
|
||||||
|
<label for="generate-umatrix-rules">uMatrix</label>
|
||||||
|
</div>
|
||||||
|
<textarea rows="12" cols="15" id="generated-rules" readonly></textarea>
|
||||||
|
<input id="button-copy-rule-set" type="button" value="Copy">
|
||||||
|
<hr/>
|
||||||
|
<h2>History</h2>
|
||||||
|
<p>2020-03-29 (v2.1.9)</p><br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added animate.css v3.7.2</li>
|
<li>Added animate.css v3.7.2</li>
|
||||||
<li>Fixed bootstrap-slider</li>
|
<li>Fixed bootstrap-slider</li>
|
||||||
@ -46,21 +65,6 @@
|
|||||||
<li>Added flv.js v1.5.0 and hls.js v0.13.2</li>
|
<li>Added flv.js v1.5.0 and hls.js v0.13.2</li>
|
||||||
<li>Logging implemented (Wiki page: <a href="https://gitlab.com/nobody42/localcdn/-/wikis/How-to-logging">How to logging</a>)</li>
|
<li>Logging implemented (Wiki page: <a href="https://gitlab.com/nobody42/localcdn/-/wikis/How-to-logging">How to logging</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
|
||||||
Please update your uBlock/uMatrix rules
|
|
||||||
</div>
|
|
||||||
<div class="ruleset-generator">
|
|
||||||
<input id="generate-ublock-rules" name="rule-sets" data-option="uBlock" type="radio" value="uBlock">
|
|
||||||
<label for="generate-ublock-rules">uBlock</label>
|
|
||||||
</div>
|
|
||||||
<div class="ruleset-generator">
|
|
||||||
<input id="generate-umatrix-rules" name="rule-sets" data-option="uMatrix" type="radio" value="uMatrix">
|
|
||||||
<label for="generate-umatrix-rules">uMatrix</label>
|
|
||||||
</div>
|
|
||||||
<textarea rows="12" cols="15" id="generated-rules" readonly></textarea>
|
|
||||||
<input id="button-copy-rule-set" type="button" value="Copy">
|
|
||||||
<hr/>
|
|
||||||
<h2>History</h2>
|
|
||||||
<p>2020-03-25 (v2.1.7)</p><br/>
|
<p>2020-03-25 (v2.1.7)</p><br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New CDN: "akamai-webcdn.kgstatic.net" (Akamai WebCDN)</li>
|
<li>New CDN: "akamai-webcdn.kgstatic.net" (Akamai WebCDN)</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user