What counts as a "blocked extension"???
I've looked through the PM source and can't seem to find what counts as a "blocked extension". My account got deleted due to the database incident, so I don't have Penguin rank anymore. Could you provide a list of the "blocked extensions" that I need to not use in my first project?
It's not currently public but they're planning on making something that tells you what extensions are allowed for non penguin-rank users.
it's just so annoying because I used to be penguin
I found the source of the list, but it's in the database so it's not on GitHub :(
Even though it says illegalList it's being used as a whitelist:
The code is from here (validateAreProjectExtensionsAllowed is the function that gets actually used, not checkExtensionIsAllowed according to what I could find)