hugo-theme-introduction/i18n
Robert J 9b49548467 CORS and Polish lang (#126)
I propose adding `crossorigin=anonymous`  for signed stylesheets to allow for CORS policy. 

Practical example - I keep my web page in S3 bucket and redirect both naked domain and www domain into the same bucket (this is rare scenario - most people duplicate buckets). 

So I had to enable CORS like in [this article](https://medium.com/@Keithweaver_/only-allowing-access-to-your-s3-bucket-via-your-website-5ca5c8546152) However CORS cannot be used without crossorigin=anonymous set. (explained [here](https://stackoverflow.com/questions/32039568/what-are-the-integrity-and-crossorigin-attributes)

Also added pl.toml for Polish language.
2019-01-25 15:31:09 +01:00
..
de.toml Fix e-mail adress 2018-07-20 17:49:28 +02:00
en.toml Fix e-mail adress 2018-07-20 17:49:28 +02:00
es.toml [Bug fix]: Added missing Spanish UI string (#117) 2018-12-18 08:39:08 +01:00
fr.toml French translation (#102) 2018-11-08 13:45:16 +01:00
pl.toml CORS and Polish lang (#126) 2019-01-25 15:31:09 +01:00