Skip to content

Commit 998d366

Browse files
committed
Misc updates.
1 parent 89efa28 commit 998d366

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
log
44
package-lock.checksum
55
vendor
6-
shared
6+
shared
7+
tmp

app/app.rb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require "base64"
77
require "connection_pool"
88

9+
set :protection, except: [:json_csrf]
910

1011
$parser = ConnectionPool.new(size: 1, timeout: 5) {
1112
HTTP.persistent(ENV["PARSER_URL"])

0 commit comments

Comments
 (0)