No Branch/Tag Specified
develop
main
v2.0.17
v2.0.18
v2.0.19
v2.0.20
v2.0.21
v2.0.22
v2.0.23
v2.0.24
v2.1.0
v2.1.1
v2.1.10
v2.1.11
v2.1.12
v2.1.13
v2.1.14
v2.1.2
v2.1.3
v2.1.4
v2.1.4.3
v2.1.5
v2.1.6
v2.1.7
v2.1.8
v2.1.9
v2.2.0
v2.2.1
v2.2.10
v2.2.12
v2.2.13
v2.2.14
v2.2.14.2
v2.2.15
v2.2.16
v2.2.16.1
v2.2.17
v2.2.17.2
v2.2.18.3
v2.2.2
v2.2.3
v2.2.4
v2.2.5
v2.2.6
v2.2.7
v2.2.7.5
v2.2.8
v2.2.9
v2.3.0
v2.3.1
v2.3.1.10
v2.4.0
v2.5.0
v2.5.1
v2.5.10
v2.5.11
v2.5.12
v2.5.13
v2.5.2
v2.5.3
v2.5.4
v2.5.5
v2.5.6
v2.5.7
v2.5.8
v2.5.9
v2.6.0
v2.6.0beta2
v2.6.0beta4
v2.6.0beta5
v2.6.1
v2.6.10
v2.6.12
v2.6.13
v2.6.14
v2.6.15
v2.6.16
v2.6.17
v2.6.18
v2.6.19
v2.6.1beta1
v2.6.2
v2.6.20
v2.6.21
v2.6.22
v2.6.23
v2.6.24
v2.6.25
v2.6.26
v2.6.27
v2.6.3
v2.6.4
v2.6.5
v2.6.6
v2.6.7
v2.6.8
v2.6.9
Labels
Something is not working Chromium incompatibility
Not compatible with chromium based browsers documentation
documentation duplicate
This issue or pull request already exists enhancement
Feature request/Enhancement firefox-bug
Firefox bug framework/mapping
missing/obsolete framework or mapping help wanted
Need some help invalid
Something is wrong need info
Need info from the reporter observation question/discussion
Question about the extension sop/cors
Same-Origin-Policy or Cross-Origin-Resource-Sharing testing
testing update framework
Update framework website
Own Website (www.localcdn.org) wontfix
This won't be fixed
Apply labels
Clear labels
bug
Something is not working Chromium incompatibility
Not compatible with chromium based browsers documentation
documentation duplicate
This issue or pull request already exists enhancement
Feature request/Enhancement firefox-bug
Firefox bug framework/mapping
missing/obsolete framework or mapping help wanted
Need some help invalid
Something is wrong need info
Need info from the reporter observation question/discussion
Question about the extension sop/cors
Same-Origin-Policy or Cross-Origin-Resource-Sharing testing
testing update framework
Update framework website
Own Website (www.localcdn.org) wontfix
This won't be fixed
No Label
bug
Chromium incompatibility
documentation
duplicate
enhancement
firefox-bug
framework/mapping
help wanted
invalid
need info
observation
question/discussion
sop/cors
testing
update framework
website
wontfix
Milestone
Set milestone
Clear milestone
No items
No Milestone
Assignees
Assign users
Clear assignees
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
This issue currently doesn't have any dependencies.
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Maybe some of you have already noticed, version 2.6.2 has been released here, but you can't see it on addons.mozilla.org yet. This is caused by the fact that Mozilla has rejected the version. The reason is that I am supposed to give the original source of all 158 resources. Links to CDNs are not allowed 😒
Unfortunately this is difficult because e.g. Babel does not provide precompiled JavaScript files. In the case of Google Material Icons and Bootstrap, I have edited or renamed files to allow replacement or version upgrade without problems.
I'll wait and see what I get as a response and update this issue immediately...
Information about v2.6.2 in addons.mozilla.orgto [addons.mozilla.org] Information about v2.6.2 1 year agoYou had us hope for a "recommended" badge there :) But we are behind you.
Unfortunately I still have no feedback from Mozilla. The last answer from the reviewer was on 2021-02-26 😒
can we as users vote for it somehow :D ?
That would be nice, but I don't think so.
At worst, Mozilla will disable the extension because it violates the policy. 😞
why is Decentraleyes allowed to do the same ?!?
I don't know. Looks like something changed in the validation process in Feb 2021 (see screenshot). The last update of Decentraleyes was in November last year. Maybe Thomas (developer of Decentraleyes) has already been contacted by Mozilla and is also affected.
The test/beta versions are also affected. 😒
This is sad. LocalCDN is one of my must-haves.
Good news. I have received a reply from Mozilla:
That's really great to hear.
@nobody sorry but I tryed your
./audit.sh
and had to dochmod +x audit.sh
first (should be set & commited ... but this is only a nit)then I only got
No connection: ../resources ...
for USE_TOR=falseThanks for testing 👍
I've implemented a few checks, because maybe something is missing on this OS.
Which OS are you using?
I use latest artix (linux 5.11.4 x64)
with your patches if i start it with:
USE_TOR=false ./audit.sh
I get this:You have to manually edit that option inside the script and then run the script.
I'll add this in the README.md 👍
I should have looked more into the script ... but I just asumed it handle things as normal linux scripts do ...
Which variant you use doesn't make a big difference. The only problem with your variant is that the variable is set to true inside the script.
Normally we start bash scripts with
bash script
orbash script.sh
, if we follow the conventions of Google. After the script name there are arguments, e.g.bash script -h
orbash script.sh -h
. In this case I've added the.sh
extension so Windows users will immediately know what it is when WSL is configured.The variant
VARIABLE=true script.sh
I've seen very rarely.I've added a small help, which can be called with
bash audit.sh -h
.What a bummer!Now Mozilla's validator doesn't work. It works without the resources.https://github.com/mozilla/addons/issues/1302The version v2.6.3 cannot be published/signed at the moment.This was probably only a temporary problem 🥳 🥳 🥳
I think we can close here now because version v2.6.2 was not released and now v2.6.3 is waiting for release.