tosdr / tosback2

Reimplementing TOSBack with Ruby and using git to see TOS changes!
http://tosback.org
GNU General Public License v2.0
125 stars 32 forks source link

Add cloudsight.ai #41

Open michielbdejong opened 6 years ago

michielbdejong commented 6 years ago

Trying:

<sitename name="cloudsight.ai">
 <docname name="Privacy Policy">
   <url name="https://cloudsight.ai/privacy-policy" xpath="//[@class='container']" reviewed="true">
     <norecurse name="arbitrary" />
   </url>
 </docname>
 <docname name="Terms of Service">
   <url name="https://cloudsight.ai/terms" xpath="//div[@class='container']" reviewed="true">
     <norecurse name="arbitrary" />
   </url>
 </docname>
</sitename>

but i'm seeing a reCaptcha error :(

$ ruby main.rb ../rules/cloudsight.ai.xml 
https://cloudsight.ai/privacy-policy
ReferenceError: Can't find variable: Set
reCAPTCHA couldn't find user-provided function: vueRecaptchaApiLoaded
https://cloudsight.ai/terms
ReferenceError: Can't find variable: Set
reCAPTCHA couldn't find user-provided function: vueRecaptchaApiLoaded