surat/frontend/web/spellcheck/server/license/web.config

10 lines
151 B
Plaintext
Raw Normal View History

2024-12-25 03:04:59 +00:00
<configuration>
<location path="">
<system.web>
<authorization>
<deny users="*"/>
</authorization>
</system.web>
</location>
</configuration>