krabi/frontend/web/spellcheck/server/ajax/asp.net/Web.config

12 lines
248 B
Plaintext
Raw Normal View History

2025-07-17 10:28:32 +00:00
<?xml version="1.0"?>
<configuration>
<location path="" allowOverride="false">
<system.web>
<authorization>
<allow users="?" />
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>