We ran into an annoying issue recently that I cannot figure out how to fix. We are building a new website and have new designs, etc. There are hundreds of news articles that we have on our site that are on our old site, and also linked to our new site with the new design. Somehow someone got the link to the new design version of the news article and posted it on Facebook.
So. Is there any way to restrict access to any users on our new design that has a different subdomain, when those assets are shared with our old/current website?
The other strange thing is that even though the design asset is Under Construction with no public access, that asset is still accessible with plain text navigation, header, etc etc that are in the design asset.
I don’t know what your setup with Matrix / the PUC network is, but we’ve secured development sites previously at the httpd server level e.g. Apache - putting restrictions in place requiring the request either be from an appropriate IP and/or authenticated.
It doesn’t stop people who don’t know better from sharing those links in public, but can stop public access before you’re ready to deploy a development.
I’m not sure… we’re normally the other way around, wanting to force our organisational auth login up front, with Matrix login occurring silently using the HTTP Authentication Variable option.
I would suspect it’s a combination of pushing unauthenticated users to a _login suffixed page, alongside configuring Apache to recognise Matrix authentication but not my area of expertise.
would you check the new article asset if it’s been set with “new” or “override” design of the new parse file/customization? Can you try control the access via permission of the design asset instead of its status?