Revert dark_ image variants for add-ons (#77528)

pull/77547/head
Joakim Sørensen 2022-08-30 13:56:19 +02:00 committed by GitHub
parent 8bb182dffb
commit 6ed095f000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@ NO_TIMEOUT = re.compile(
NO_AUTH_ONBOARDING = re.compile(r"^(?:" r"|supervisor/logs" r"|backups/[^/]+/.+" r")$")
NO_AUTH = re.compile(
r"^(?:" r"|app/.*" r"|[store\/]*addons/[^/]+/(logo|dark_logo|icon|dark_icon)" r")$"
)
NO_AUTH = re.compile(r"^(?:" r"|app/.*" r"|[store\/]*addons/[^/]+/(logo|icon)" r")$")
NO_STORE = re.compile(r"^(?:" r"|app/entrypoint.js" r")$")
# pylint: enable=implicit-str-concat