Django CMS 2.1.x Documentation
Roots 5.7. Modifying & Extending the menu 6. Plugins reference 6.1. File 6.2. Flash 6.3. GoogleMap 6.4. Link 6.5. Picture 6.6. Snippet 6.7. Teaser 6.8. Text 6.9. Video 6.10. Twitter 6.11. Inherit Advanced setting called GOOGLE_MAPS_API_KEY or be sure the template context has a variable with the same name. 6.4. Link Displays a link to an arbitrary URL or to a page. If a page is moved the URL will still be correct0 码力 | 81 页 | 554.09 KB | 6 月前3django cms 2.2.x Documentation
URLs 5.7. Advanced Settings 6. Navigation 6.1. show_menu 6.2. show_menu_below_id 6.3. show_sub_menu 6.4. show_breadcrumb 6.5. Properties of Navigation Nodes in templates 6.6. Soft Roots 6.7. Modifying & %} Or with a custom template:- {% show_sub_menu 1 "myapp/submenu.html" %}
0 码力 | 105 页 | 679.29 KB | 1 年前3Django 2.2.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . key, which is a QuerySet instance; see Making queries for more information about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection clicking on a concealed element of another site which they have loaded in a hidden frame or iframe. 6.4. Clickjacking Protection 737 Django Documentation, Release 2.2.29.dev20220411083753 6.4.1 An example0 码力 | 2060 页 | 7.23 MB | 1 年前3Django 1.8.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 626 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . which is a QuerySet instance; see Making queries for more infor- mation about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection per view To set the X-Frame-Options header on a per view basis, Django provides these decorators: 6.4. Clickjacking Protection 675 Django Documentation, Release 1.8.20.dev20180306181007 from django.http0 码力 | 1685 页 | 6.01 MB | 1 年前3Django 2.1.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . which is a QuerySet instance; see Making queries for more infor- mation about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection clickjacking prevention techniques. Browsers that support X-Frame-Options • Internet Explorer 8+ 6.4. Clickjacking Protection 697 Django Documentation, Release 2.1.16.dev20191202082911 • Firefox 3.60 码力 | 1910 页 | 6.49 MB | 1 年前3Django 1.11.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . which is a QuerySet instance; see Making queries for more infor- mation about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection will only be set by the middleware or view decorators if it is not already present in the response. 6.4. Clickjacking Protection 703 Django Documentation, Release 1.11.30.dev20200305075726 6.4.3 How to0 码力 | 1878 页 | 6.40 MB | 1 年前3Django 1.10.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . which is a QuerySet instance; see Making queries for more infor- mation about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection decorators.clickjacking import xframe_options_sameorigin @xframe_options_deny def view_one(request): 6.4. Clickjacking Protection 695 Django Documentation, Release 1.10.9.dev20171123183751 return HttpResponse("I0 码力 | 1817 页 | 6.19 MB | 1 年前3Django 2.0.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . which is a QuerySet instance; see Making queries for more infor- mation about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection that support X-Frame-Options • Internet Explorer 8+ • Firefox 3.6.9+ • Opera 10.5+ • Safari 4+ 6.4. Clickjacking Protection 697 Django Documentation, Release 2.0.14.dev20190701080343 • Chrome 4.1+0 码力 | 1880 页 | 6.41 MB | 1 年前3Django 4.0.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . key, which is a QuerySet instance; see Making queries for more information about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection use the decorators in conjunction with the middleware. Use of a decorator overrides the middleware. 6.4. Clickjacking Protection 781 Django Documentation, Release 4.0.11.dev20230214085346 6.4.4 Limitations0 码力 | 2248 页 | 7.90 MB | 1 年前3Django 3.2.x Documentation
class-based views API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 712 ii 6.4 Clickjacking Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . key, which is a QuerySet instance; see Making queries for more information about QuerySet objects. 6.4 Clickjacking Protection The clickjacking middleware and decorators provide easy-to-use protection Ponies” will cause an inadvertent click on the “Buy Now” button and an unknowing purchase of the item. 6.4. Clickjacking Protection 765 Django Documentation, Release 3.2.21.dev 6.4.2 Preventing clickjacking0 码力 | 2199 页 | 7.89 MB | 1 年前3
共 17 条
- 1
- 2