UNPKG

ethercalc

Version:

Multi-User Spreadsheet Server

6 lines 277 B
if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin "*"; add_header Access-Control-Allow-Methods "GET,POST,PUT"; add_header Access-Control-Allow-Headers "X-Requested-With,Content-Type,If-Modified-Since"; return 204; }