Skip to content

sharptopco/squarespace-email-blacklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Squarespace Email Blacklist

Summary

This project allows SquareSpace websites to prevent users from submitting forms with public, free email accounts. However, it can be easily modified to blacklist any email domain.

License

This project is released under the GNU Affero General Public License Version 3

Usage

To use this project, paste the following code into your page...

<script type="text/javascript" src="https://sharptopco.github.io/squarespace-email-blacklist/email-blacklist.js"></script>
<script type="text/javascript">
    $( document ).ready( function() {
        initializeBlacklistListener();
    });
</script> 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published