No description
Find a file
2024-08-26 02:41:01 +02:00
doc initial commit 2014-09-25 00:23:17 +02:00
src/fuck_cors Really allow everything 2024-08-26 02:34:01 +02:00
test/fuck_cors Really allow everything 2024-08-26 02:34:01 +02:00
.gitignore initial commit 2014-09-25 00:23:17 +02:00
.travis.yml upgrade travis.yaml 2018-05-01 18:16:49 +02:00
LICENSE initial commit 2014-09-25 00:23:17 +02:00
project.clj update url to private git forge 2024-08-26 02:41:01 +02:00
README.md added travis and clojars badges 2016-04-17 21:59:10 +02:00

Build Status

fuck-cors

A Clojure library designed to fuck CORS and open your API completely. So all cross domain HTTP calls should works. It should works with cookies too.

In which case should you use this library:

  1. You don't have time to think and want something that just works.
  2. You don't mind much about security.
  3. You hate CORS but want to be able to make Ajax call Cross website.

Why?

Some Men Just Want to Watch the World Burn

Usage

Add

Clojars Project

to your project.clj.

Then

(:require [fuck-cors.core :refer [wrap-open-cors])

And use wrap-open-cors as middleware. Now you can make AJAX call from any website.

Of course if you want more control over which website are able to call your API, you should not use this middleware.

License

Copyright © 2014 Yann Esposito

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.