micromata / dave

A totally simple and very easy to configure stand alone webdav server
Apache License 2.0
350 stars 46 forks source link

Add option to allow cross-site requests #21

Closed zonque closed 3 years ago

zonque commented 3 years ago

This allows users to add CORS headers to responses of the server.

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (5584687) into master (d4ea130) will increase coverage by 0.62%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   64.62%   65.25%   +0.62%     
==========================================
  Files           3        3              
  Lines         229      236       +7     
==========================================
+ Hits          148      154       +6     
+ Misses         72       69       -3     
- Partials        9       13       +4     
Impacted Files Coverage Δ
app/config.go 36.36% <ø> (-0.75%) :arrow_down:
app/fs.go 91.42% <0.00%> (-0.78%) :arrow_down:
app/security.go 74.35% <0.00%> (-0.19%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d4ea130...af28340. Read the comment docs.

chclaus commented 3 years ago

Hi @zonque,

thanks a lot for this contribution! I will have a look asap!

Best, Christian

chclaus commented 3 years ago

Thanks a lot @zonque,

I'll try to make a new release these days.

Best, Christian