Skip to content

Commit

Permalink
disabled s3.php as well
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Mar 29, 2021
1 parent ad2c487 commit 0070f0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/jquery/s3.php
@@ -1,4 +1,10 @@
<?php
<?php
#!! IMPORTANT:
#!! this file is just an example, it doesn't incorporate any security checks and
#!! is not recommended to be used in production environment as it is. Be sure to
#!! revise it and customize to your needs.
die("Make sure that you enable some form of authentication before removing this line.");

/*
In order to upload files to S3 using Flash runtime, one should start by placing crossdomain.xml into the bucket.
crossdomain.xml can be as simple as this:
Expand Down

0 comments on commit 0070f0a

Please sign in to comment.