-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Use allow-list for mobile editor settings endpoint #56424
base: trunk
Are you sure you want to change the base?
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16e6185 - Browse repository at this point
Copy the full SHA 16e6185View commit details -
Configuration menu - View commit details
-
Copy full SHA for f65e77a - Browse repository at this point
Copy the full SHA f65e77aView commit details -
refactor: Guard mobile allow list utility against redeclaration
Address linter error.
Configuration menu - View commit details
-
Copy full SHA for df2b3d5 - Browse repository at this point
Copy the full SHA df2b3d5View commit details -
fix: Avoid error from selecting non-existent settings key
If the settings do not include an item listed in the allow list, we must avoid an attempt to reference the non-existent settings key.
Configuration menu - View commit details
-
Copy full SHA for 3e4a8c1 - Browse repository at this point
Copy the full SHA 3e4a8c1View commit details -
fix: Add
__experimentalStyles
key to the allow listThis appears to be expected by the existing tests. However, it is unclear if all or a subset of the nested keys are expected or required.
Configuration menu - View commit details
-
Copy full SHA for a4995db - Browse repository at this point
Copy the full SHA a4995dbView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f072e3 - Browse repository at this point
Copy the full SHA 8f072e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3d705 - Browse repository at this point
Copy the full SHA 7f3d705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c19187 - Browse repository at this point
Copy the full SHA 9c19187View commit details
Commits on Nov 24, 2023
-
Extract mobile editor settings filter to a separate file
The important part of this is that the filter is a separate filter. Incidentally, this also fixes a bug in which the previous draft implementation returned a filtered response even for non-mobile contexts.
Configuration menu - View commit details
-
Copy full SHA for ce92b82 - Browse repository at this point
Copy the full SHA ce92b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1e7bd - Browse repository at this point
Copy the full SHA 0a1e7bdView commit details
Commits on Nov 27, 2023
-
Appease linter errors via `npm run format:php`.
Configuration menu - View commit details
-
Copy full SHA for a7cb39f - Browse repository at this point
Copy the full SHA a7cb39fView commit details