• Joined on 2020年07月22日
Kein commented on issue nobody/LocalCDN#219 2021年01月08日 13:53:03 +01:00
gamedb.online broken even with HTML filtering enabled

Nope

Kein commented on issue nobody/LocalCDN#219 2021年01月04日 10:02:02 +01:00
gamedb.online broken even with HTML filtering enabled

How come it broke, tho, even if framework is missing? Shouldnt it replace what it can and let the rest to be loaded normally?

Kein opened issue nobody/LocalCDN#219 2021年01月03日 15:41:30 +01:00
gamedb.online broken even with HTML filtering enabled
Kein commented on issue nobody/LocalCDN#70 2020年08月04日 21:01:05 +02:00
images not loading (coolermaster.com)

That's why I said:

If so, may be optional "your own cloud" feature

An option to either use local source (current default behaviour) or your own network resource where you just specify your list (i.e. http://myweb.org/localcdn/index.txt which contains root uri and list of all available frameworks, something like root = http://myweb.org/localcdn/ and then $root\angularjs1円.2.19\angular.min.jsm and so on) and then they follow the same structure as local.

This will allow you to host as many as you want and some might even automate the updates and have a script that fethes latest release from gitgub/etc and updates list.

Hmm, my Js is rusty but if you not opposed to the idea just dont want to bother with it yourself then I can try to implement it and then PR it later.

Kein commented on issue nobody/LocalCDN#70 2020年08月04日 11:19:32 +02:00
images not loading (coolermaster.com)

Can the integrity check issue be resolved On Chromium without filter-alternative if we server the exact version of the framework? From what I see it just a hash of the content: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity If so, may be optional "your own cloud" feature might worth look into where you host close to every single one versions of the fameworks and libs on your host thus covering this issue?

Kein commented on issue nobody/LocalCDN#71 2020年08月04日 11:12:32 +02:00
Character encoding problem in popup

Windows 7 definitely supports UTF-8, the problem will probably be some special behavior of Firefox on Windows 7.

I'm not talking about UTF but new subset of unicode symbols, they are only avaiable on Win8+

Kein commented on issue nobody/LocalCDN#71 2020年08月03日 15:03:24 +02:00
Character encoding problem in popup

Win7, it does not have support for these, MS never bothered because he wanst to force people out onto Win10.

Kein commented on issue nobody/LocalCDN#68 2020年08月02日 16:25:04 +02:00
Rewrite for more accurate resource matching + add match warnings

image

This is not a big deal but an you use some common unicode or ANSI special chars here instead of some late additions?

Kein commented on issue nobody/LocalCDN#68 2020年07月30日 19:42:10 +02:00
Rewrite for more accurate resource matching + add match warnings

Fair enough.

Kein commented on issue nobody/LocalCDN#68 2020年07月30日 10:51:39 +02:00
Rewrite for more accurate resource matching + add match warnings

Looks good, so if there is a version match it will display it as it is?

Kein commented on issue nobody/LocalCDN#68 2020年07月29日 22:49:54 +02:00
Rewrite for more accurate resource matching + add match warnings

The counter would then probably very often be orange instead green. Make it only work if said "verbose" mode is enabled to avoid it being an new annoyance for existing users?

Kein commented on issue nobody/LocalCDN#68 2020年07月29日 22:19:51 +02:00
Rewrite for more accurate resource matching + add match warnings

If I activate the HTML filter, everything is displayed correctly.

There are obvious reasons I dont want to do that and they are related to security. Skipping the rest of the issue I think:

I think localCDN should have an optiopn for verbose mode where it reports on the pop-up dashboard that there is version mismatch and instead of a green counter make it yellow (orange?) so I can see at a glance what can be the issue.

still would be useful.

Kein opened issue nobody/LocalCDN#68 2020年07月29日 20:22:55 +02:00
Rewrite for more accurate resource matching + add match warnings
Kein closed issue nobody/LocalCDN#63 2020年07月22日 12:36:37 +02:00
How can I check if LocalCDN really works?
Kein opened issue nobody/LocalCDN#63 2020年07月22日 12:01:32 +02:00
Unable to confirm localCDN actually works outside of test page