mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6 lines
206 B
XML
6 lines
206 B
XML
<?access-control allow="foo.com"?>
|
|
<?access-control deny="*" exclude="localhost:8888"?>
|
|
<?access-control deny="ftp://localhost:8888"?>
|
|
<?access-control allow="http://localhost:8888"?>
|
|
<res>hello</res>
|