Opened 5 years ago
Closed 5 years ago
#2200 closed defect (fixed)
Remove the UnsafeScriptable annotation on some classes
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.15.3 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The @UnsafeScriptable
annotation was introduced in BASE 3.3 ticket #1712 as a means to display warnings if extensions tried to use inline javascript. This possibility was removed for a lot of extension points in BASE 3.5 ticket #1813. For some reason, the @UnsafeScriptable
tag was not removed on several classes which may lead to warnings for extensions that doesn't declare the "safe-scripts" even though it is not longer possible to do unsafe scripting.
Note:
See TracTickets
for help on using tickets.
In 7754: