settings.local.json 452 B

123456789101112131415
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(command -v php)",
  5. "Bash(php -v)",
  6. "WebFetch(domain:www.studiou.cz)",
  7. "Bash(git:*)",
  8. "Bash(php generate-mo.php)",
  9. "Bash(curl -sL -A \"Mozilla/5.0\" \"https://www.studiou.cz/produkt/filo\" -o /tmp/filo.html)",
  10. "Read(//tmp/**)",
  11. "Bash(curl -sL -A \"Mozilla/5.0\" \"https://www.studiou.cz/produkt/filo\" -o \"D:/temp_filo.html\")",
  12. "Read(//d//**)"
  13. ]
  14. }
  15. }