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

Migrated to new AzureSiteExtension deployment #6

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

Commits on Feb 21, 2019

  1. Update applicationhost.xdt

    Set X-Frame-Options to SAMEORIGIN
    rfcdejong authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    70703e0 View commit details
    Browse the repository at this point in the history
  2. Migrate to AzureSiteExtension on nuget

    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7043608 View commit details
    Browse the repository at this point in the history
  3. Merged tags XML element

    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    2c5f779 View commit details
    Browse the repository at this point in the history
  4. To resolve deprecated NuGet licenseUrl now use nuget SPDX license ele…

    …ment for Apache-2.0 which was the one configured by Toby Meyer
    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c03647d View commit details
    Browse the repository at this point in the history
  5. Removed accedently commited visual studio folder

    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    142a8d5 View commit details
    Browse the repository at this point in the history
  6. enableVersionHeader="false"

    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    4790865 View commit details
    Browse the repository at this point in the history
  7. Fixed warning: Content-Security-Policy This policy contains 'unsafe-i…

    …nline' which is dangerous in the default-src directive. This policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive.
    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    39ed4ff View commit details
    Browse the repository at this point in the history
  8. Disallow Feature-Policy unsized-media

    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f0fc41a View commit details
    Browse the repository at this point in the history
  9. Revert "Disallow Feature-Policy unsized-media"

    This reverts commit f0fc41a.
    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c008228 View commit details
    Browse the repository at this point in the history
  10. Revert "Fixed warning: Content-Security-Policy This policy contains '…

    …unsafe-inline' which is dangerous in the default-src directive. This policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive."
    
    This reverts commit 39ed4ff.
    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    5fad4d8 View commit details
    Browse the repository at this point in the history
  11. Revered enableVersionHeader=false

    Raymond de Jong committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7de3756 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Added connect-src allow 'self'

    Raymond de Jong committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    325f5c8 View commit details
    Browse the repository at this point in the history
  2. Updated version

    Raymond de Jong committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    57082f5 View commit details
    Browse the repository at this point in the history
  3. Allow blob media for self

    Raymond de Jong committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    000d2eb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Added *.google.com as allowed script source to CSP

    Raymond de Jong committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    bce908c View commit details
    Browse the repository at this point in the history
  2. Added gstatic

    Raymond de Jong committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    b7752b9 View commit details
    Browse the repository at this point in the history