Skip to content

Ads.txt Proxy fixes

Compare
Choose a tag to compare
@maxence-charriere maxence-charriere released this 12 Aug 11:12
· 298 commits to master since this release
96f2622

Hello,

Here is a small release that brings the following:

  • The handler now proxy an ads.txt file that is located at the root of the static files directory. This allows complying with AdSense requirements.
  • app.Input().Step(v int) has been changed to app.Input().Step(v float64) since step can be a decimal value.