discourse/spec/system/page_objects
Martin Brennan c532f6eb3d
FEATURE: Secure uploads in PMs only (#23398)
This adds a new secure_uploads_pm_only site setting. When secure_uploads
is true with this setting, only uploads created in PMs will be marked
secure; no uploads in secure categories will be marked as secure, and
the login_required site setting has no bearing on upload security
either.

This is meant to be a stopgap solution to prevent secure uploads
in a single place (private messages) for sensitive admin data exports.
Ideally we would want a more comprehensive way of saying that certain
upload types get secured which is a hybrid/mixed mode secure uploads,
but for now this will do the trick.
2023-09-06 09:39:09 +10:00
..
components FEATURE: Secure uploads in PMs only (#23398) 2023-09-06 09:39:09 +10:00
modals DEV: Added page object for the login modal (#23017) 2023-08-08 18:44:52 -03:00
pages FEATURE: Secure uploads in PMs only (#23398) 2023-09-06 09:39:09 +10:00
cdp.rb DEV: Fix flaky network-based upload spec (#23286) 2023-08-28 12:59:22 +08:00