I place all my datasource files in /ds/ and then load them through
I have some datasources that should only be invoked server side though (they don't contain any authentication or validation code). My question is: if i don't load them using the script above, can I safely assume a user cannot access them?
Code:
<script src="sc/DataSourceLoader?dataSource=example.ds.xml" />
Comment