kgaughan / komorebi

A linklog engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generation of subresource integrity hashes

kgaughan opened this issue · comments

Dealing with these is really annoying. What I think would be useful are:

  • A subcommand for Flask to generate the hashes statically so they can be saved to a JSON file and used during a production deployment.
  • Automatic generation of the SRI hashes for when it's running in development mode.

Could be worth turning into a package of its own.