Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make inline javascript compatible with CSP #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 24, 2018

  1. Make javascript compatible with CSP

    n:nonce macro is important when CSP is used and only way that direct JS is gona work is with nonce attribute (witch macro provide). It harmless otherwise.
    irkallacz authored Nov 24, 2018
    Configuration menu
    Copy the full SHA
    89a54d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from irkallacz/irkallacz-nonce-patch

    Make javascript compatible with CSP
    irkallacz authored Nov 24, 2018
    Configuration menu
    Copy the full SHA
    55efc24 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Replace class with factory

    In nette 3.0 services should be specified with factory not class attribute
    irkallacz authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    6c25e5e View commit details
    Browse the repository at this point in the history
  2. Extension nette 3.0 compatible

    Replace parseServices, with loadDefinitionsFromConfig method
    irkallacz authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    71600a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Update composer.json

    irkallacz authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    149f3bf View commit details
    Browse the repository at this point in the history
  2. TYPO

    irkallacz authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    ad9f16b View commit details
    Browse the repository at this point in the history