Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近、単純な CSRF 攻撃に見舞われ、多くの ajax スクリプトが公開されていることに気付きました。これらは私のサイトで $.post() でアクセスされます。
これらすべてに PHP トークンを自動的に追加する方法はありますか、それともすべてを 1 つずつ実行する必要がありますか?