mounted() {
if (!document.querySelector('#ckfinder-script')) {
const script = document.createElement('script');
script.id = 'ckfinder-script';
script.async = true;
script.src = '/ckfinder/ckfinder.js';
document.body.append(script);
}
}
<LocationMatch "/\.(?!well-known)">
Require all denied
</LocationMatch>
#<LocationMatch "/\.(?!well-known)">
#Require all denied
#</LocationMatch>