Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass plugins.json download if unneeded during app startup #3475

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

cmdcolin
Copy link
Collaborator

Currently, the app downloads the plugins.json file at app startup to see if any 'sessionPlugins' are used that may be dangerous, or if cross-domain configs are being used that use plugins also

But, even if sessionPlugins is empty and config is not cross-domain, plugins.json is still downloaded, so this skips the plugins.json DL if uneeded

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label Jan 24, 2023
@cmdcolin cmdcolin added enhancement New feature or request and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels Jan 24, 2023
@cmdcolin cmdcolin merged commit f616117 into main Jan 24, 2023
@cmdcolin cmdcolin deleted the bypass_pluginjsondl branch January 25, 2023 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant