mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Add hotlinking and CORS to comparison page
This commit is contained in:
parent
fafca061b7
commit
110a8f508a
1 changed files with 14 additions and 0 deletions
|
@ -141,6 +141,20 @@
|
||||||
<td></td>
|
<td></td>
|
||||||
<td><i class="fa fa-check"></i></td>
|
<td><i class="fa fa-check"></i></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="feature-column">
|
||||||
|
<span data-original-title="This allows you to embed files and images on web sites not hosted by Neocities.">Hotlinking Support</span>
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
|
<td><i class="fa fa-check"></i></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="feature-column">
|
||||||
|
<span data-original-title="This allows other web sites to load and embed files or data (such as JSON config files) from your web site hosted on Neocities.">Cross Origin (CORS) Support</span>
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
|
<td><i class="fa fa-check"></i></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue