Skip to content
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8a34c67
documentation(EJ2CORE-724): ASP.NET Core script references changes co…
Balaji-Elumalai May 9, 2022
67a9f87
Merge branch 'development' of https://github.com/syncfusion-content/e…
Balaji-Elumalai May 9, 2022
d8617e2
documentation(EJ2CORE-724): ASP.NET Core script references changes co…
Balaji-Elumalai May 10, 2022
70abf79
documentation(EJ2CORE-724): ASP.NET Core individual script reference …
Balaji-Elumalai May 11, 2022
bc2462c
Merge branch 'development' of https://github.com/syncfusion-content/e…
Balaji-Elumalai May 11, 2022
209420f
documentation(EJ2CORE-724): ASP.NET Core individual script reference …
Balaji-Elumalai May 11, 2022
a3816e0
documentation(EJ2CORE-724): ASP.NET Core individual script reference …
Balaji-Elumalai May 11, 2022
6c6390e
documentation(EJ2CORE-724): ASP.NET Core individual script reference …
Balaji-Elumalai May 11, 2022
3b3dcf3
documentation(EJ2CORE-775): ASP.NET Core licensing changes committed.
Balaji-Elumalai May 13, 2022
5391ff1
Update licensing-troubleshoot.md
syncsiva May 13, 2022
192c9ec
Update licensing-troubleshoot.md
syncsiva May 13, 2022
f69aaac
Merge pull request #496 from syncfusion-content/EJ2CORE-724-dev
syncsiva May 13, 2022
d7dcc54
Merge pull request #523 from syncfusion-content/EJ2CORE-775-dev
syncsiva May 13, 2022
9c7c3ec
documentation(EJ2CORE-724): ASP.NET Core script reference changes com…
Balaji-Elumalai May 13, 2022
7f48bbe
Merge branch 'development' of https://github.com/syncfusion-content/e…
Balaji-Elumalai May 13, 2022
4371323
Merge pull request #524 from syncfusion-content/EJ2CORE-724-dev
syncsiva May 13, 2022
3f0c9a6
IN-17999-PreviewSampleMDFileRevert
Poovarasan-Karthikeyan May 13, 2022
3e970bb
Merge pull request #527 from syncfusion-content/IN-17999-PreviewSampl…
BalajiRenganathan1703 May 13, 2022
fa6564e
documentation(EJ2CORE-781): ASP.NET Core script nonce changes committed.
Balaji-Elumalai May 16, 2022
2602644
Merge branch 'development' of https://github.com/syncfusion-content/e…
Balaji-Elumalai May 16, 2022
293bdb4
Update security-aspects.md
syncsiva May 16, 2022
ceed1fd
Update security-aspects.md
syncsiva May 16, 2022
d8f9c70
Update security-aspects.md
syncsiva May 16, 2022
b4ceaa0
Update security-aspects.md
syncsiva May 16, 2022
39712db
Merge pull request #532 from syncfusion-content/EJ2CORE-775-dev
syncsiva May 16, 2022
c419b28
documentation(EJ2CORE-781): ASP.NET Core script nonce changes committed.
Balaji-Elumalai May 16, 2022
7614fbd
Merge pull request #535 from syncfusion-content/EJ2CORE-775-dev
syncsiva May 16, 2022
156e4ad
documentation(EJ2CORE-781): Hotfix to dev conflicts resolved.
Balaji-Elumalai May 16, 2022
84380da
Merge pull request #536 from syncfusion-content/EJ2CORE-775-dev
syncsiva May 16, 2022
ab8ce79
Merge pull request #540 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
SyncfusionBuild May 17, 2022
42ec91b
Merge pull request #541 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
SyncfusionBuild May 18, 2022
e6c63e4
Merge pull request #545 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
SyncfusionBuild May 18, 2022
d587c48
Merge pull request #547 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
SyncfusionBuild May 19, 2022
7bea8d7
Merge pull request #550 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
SyncfusionBuild May 23, 2022
9c8ab67
Merge pull request #552 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
SyncfusionBuild May 24, 2022
395faa9
EXT-6719
ilakiya28 May 26, 2022
3683398
EXT-6719
ilakiya28 May 26, 2022
df11637
EXT-6719
ilakiya28 May 26, 2022
2736df9
EXT-6719
ilakiya28 May 26, 2022
e83077f
EXT-6719
ilakiya28 May 26, 2022
7e23595
EXT-6719
ilakiya28 May 26, 2022
37116a1
EXT-6719
ilakiya28 May 30, 2022
c225c1e
EXT-6719
ilakiya28 May 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update security-aspects.md
  • Loading branch information
syncsiva authored May 16, 2022
commit ceed1fd189b19cf6ea7e5cc1ea05c551045c0db2
6 changes: 3 additions & 3 deletions ej2-asp-core-mvc/common/EJ2_ASP.NETCORE/security-aspects.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ app.Use(async (context, next) =>
{% endhighlight %}
{% endtabs %}

* Open **_Layout.cshtml** file and add `nonce` attribute in the client side resources like below.
* Open **_Layout.cshtml** file and add `nonce` attribute in the client side resources like below,

{% tabs %}
{% highlight c# tabtitle="~/_Layout.cshtml" %}
Expand All @@ -85,7 +85,7 @@ app.Use(async (context, next) =>
{% endhighlight %}
{% endtabs %}

* Provided the nonce support in Syncfusion script manager and add the `add-nonce` property inside the `<body>` of **_Layout.cshtml** file as follows,
* Set `add-nonce` for `ejs-scripts` while registering the script manager at the end of `<body>` of **_Layout.cshtml** file as follows,

{% tabs %}
{% highlight c# tabtitle="~/_Layout.cshtml" %}
Expand All @@ -97,7 +97,7 @@ app.Use(async (context, next) =>
{% endhighlight %}
{% endtabs %}

* Run the application then see the DOM, nonce attribute were added in script tag and it's value hidden for security purpose.
* Run the application then see the DOM, nonce attribute is added in script tag and it's value hidden for security purpose.

## See also

Expand Down